1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-05 04:08:55 +03:00
Commit Graph

1083 Commits

Author SHA1 Message Date
nbd
697af1c08d mac80211: fix regdb locking issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33398 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-14 13:37:30 +00:00
nbd
c0c235b52c mac80211: bump PKG_RELEASE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33333 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-08 13:19:21 +00:00
nbd
a069149927 ath9k: disable PA predistortion by default, since it has been reported to reduce rx sensitivity on some devices (#12135)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33332 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-08 13:18:58 +00:00
nbd
de017af48d mac80211: update to 2012-09-07, adds ath9k beacon fixes, mesh/adhoc fixes, and more
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33331 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-09-08 11:10:54 +00:00
juhosg
b1408695b0 mac80211/rt2800: integrate cosmetic changes in rt3352 support
Signed-off-by: Daniel Golle <dgolle@allnet.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33297 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-29 10:37:33 +00:00
nbd
008b73b3ce ath9k: add fix to improve reliability of powersave clients
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33290 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-29 08:16:34 +00:00
nbd
542b91ec01 mac80211: reorganize patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33289 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-29 08:16:31 +00:00
nbd
ef286ca0dc mac80211: fix a crash on accessing stale skb->dev references
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33279 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-27 12:23:25 +00:00
nbd
f35d1440f0 ath9k: fix PA predistortion training, fixes hang issues and most likely also fixes #12073
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33278 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-27 11:10:36 +00:00
nbd
2cc87d4e87 ath9k: add a patch to fix ASPM related issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33277 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-27 11:07:23 +00:00
nbd
30ea4fa0fb ath5k: add back a patch for fixing eeprom rate power parsing
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33198 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-15 14:49:59 +00:00
nbd
a7f0882084 ath9k: fix handling of decryption errors, should improve link stability
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33063 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-08 18:23:04 +00:00
nbd
3a60b01ad2 ath5k: revert a buggy tx power related patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33062 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-08 18:23:00 +00:00
nbd
2f7a03019c ath9k: fix hang issues on hw reset caused by interrupt storms
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33055 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-08 12:56:44 +00:00
nbd
9b37c00d7b ath9k: completely disable the MIB interrupt from the interrupt mask register to prevent potential interrupt storms
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33032 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-07 09:36:24 +00:00
nbd
b860f4a0da ath9k: extend and enable PA predistortion
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33031 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 22:11:30 +00:00
nbd
ba611b292b mac80211: do not delete linux/*_platform.h, they are touched by patches. instead make the build fail if they differ from the ones in the kernel tree to prevent subtle runtime issues (see #11981)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33030 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 20:18:07 +00:00
nbd
d87203afbf ath5k: add various pending tx power fixes, vastly improves stability and performance with various cards
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33014 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-06 15:33:24 +00:00
hauke
e239ce6719 [packages] mac80211: remove header files used to share struct with platform code.
The structs defined in these header files should be the same as the 
structes used by the platform code otherwise it will cause strange 
runtime errors. By removing them from compat-wireless we will get a 
compile error instead of a runtime error if they are out of sync.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33006 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-08-05 23:43:36 +00:00
blogic
008eb4f75b [mac80211] mae brcmutil depend on PCI and USB. This broke ar7 fullbuilds
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32886 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-27 08:30:05 +00:00
blogic
1f6d8c0e8b mac80211/hostapd: add support for HT capa in case of IBSS/RSN
Signed-off-by: Antonio Quartulli <ordex@autistici.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32830 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-24 23:07:25 +00:00
blogic
ae55709705 wpa_supplicant: add more parameters
Signed-off-by: Antonio Quartulli <ordex@autistici.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32829 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-24 23:07:15 +00:00
blogic
03a9593a0e [mac80211] add support for Rt3352 in rt2x00 driver
Forgot to do make package/mac80211/update, so the previously posted patch wasn't
in sync with compat-wireless. Now fixed.

Signed-off-by: Daniel Golle <dgolle@allnet.de>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32817 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-24 20:38:20 +00:00
nbd
3d52d9a7f5 ath5k: add tx power related fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32793 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-23 22:20:57 +00:00
nbd
f0ce8c9691 mac80211: update to latest wireless-testing + some monitor mode fixes and some libertas driver fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32760 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-16 23:50:54 +00:00
nbd
47192b367a ath5k: fix txop calculation similar to what was done in ath9k
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32735 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-15 15:20:30 +00:00
nbd
09d999f54d ath9k: fix an uninitialized variable warning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32734 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-15 15:20:26 +00:00
nbd
062e1e3763 ath9k: add extra checks to reduce the amount of unnecessary rx dma related logspam
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32709 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-14 17:48:49 +00:00
nbd
eba9039331 ath9k: fix 5 ghz frequency selection on ar934x devices with 25 mhz refclock
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32705 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-13 23:18:11 +00:00
nbd
f5ba758ab3 ath9k: fix selecting the second antenna on a single-stream device with diversity
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32685 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-12 14:45:59 +00:00
nbd
ae5ca58852 mac80211: fix an ap + sta mode regression that prevented the sta from connecting (#11847)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32684 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-12 14:14:57 +00:00
hauke
8ad915e157 mac80211: update brcmsmac patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32671 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 22:18:09 +00:00
nbd
0e152e29fa ath9k: add a number of ar93xx eeprom related fixes / enhancements
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 16:45:58 +00:00
nbd
c931254968 ath9k: add missing part of the aggregation duration fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32668 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 16:44:13 +00:00
jow
e932bbad53 [package] mac80211: fix patch order (#11839, #11842)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32664 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 09:59:08 +00:00
nbd
05b926afe0 ath9k: fix some bugs related to txop limit handling and aggregation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32658 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-11 02:11:33 +00:00
nbd
58c5b71c3c ath9k: disable hardware full sleep with active client mode interface until mac80211 IEEE80211_CONF_IDLE support has been fixed
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32657 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-10 23:42:30 +00:00
nbd
0e40ef3168 ath9k: clean up / fix some initval related code
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32656 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-10 01:13:15 +00:00
nbd
b01eb369ce mac80211: update to latest version, fix tx gain patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32655 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-10 00:21:25 +00:00
nbd
e95293ccbe ath9k: fix the ar9340 tx gain patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32647 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-07 20:03:35 +00:00
nbd
e8a879dd93 ath9k: fix tx gain tables for ar934x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32646 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-07 17:34:33 +00:00
thepeople
36f95026ed mac80211: make channel bandwidth setting generic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32596 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-04 00:25:46 +00:00
thepeople
2b972426d7 commit patch from https://lists.ath5k.org/pipermail/ath5k-devel/2011-November/005043.html, fixed up for newer ath5k and added in more radios.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32595 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-04 00:09:18 +00:00
nbd
16ba0265da ath9k: add a patch to make the hw queue length configurable via debugfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32589 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-03 21:00:47 +00:00
juhosg
08ec8f0d80 mac80211: add support for AR9550
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32588 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-07-03 18:05:04 +00:00
nbd
0387092597 ath9k: revert an upstream initval update to fix a rx sensitivity regression on ar9380 (fixes #11756)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32528 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-29 17:59:39 +00:00
nbd
2ac75aacc1 ath9k: de-duplicate initvals, reduces uncompressed binary size by 24 KB
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32517 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-28 00:34:19 +00:00
nbd
c1c8e3bb46 ath9k: update the ar934x initvals
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32516 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-27 22:32:56 +00:00
nbd
3fdee93c55 ath9k: remove the queue length limiting patch, the approach was experimental, not used by default and a different solution is required
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32515 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-27 22:32:51 +00:00
nbd
1ab7fc1991 ath9k: improve ani behavior during scanning
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32511 3c298f89-4303-0410-b956-a3cf2f4a3e73
2012-06-27 12:45:00 +00:00