Felix Fietkau
877c407ade
mac80211: add hostapd socket option to wpa_supplicant for IBSS RSN as well
...
SVN-Revision: 31088
13 years ago
Felix Fietkau
5f799a0e97
ath9k: make endian check optional
...
Turns out it triggers on some AR71xx devices where no swapping should be done.
Enable endian check for the lantiq target.
SVN-Revision: 31084
13 years ago
Felix Fietkau
2143633bd2
mac80211: modify mac80211.sh to in order to support IBSS-RSN
...
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
SVN-Revision: 31083
13 years ago
John Crispin
bf65d4aa77
fixes #31068 , rename 999-ath9k.patch to 501-ath9k-eeprom_endianess.patch
...
SVN-Revision: 31071
13 years ago
John Crispin
2ad89262d0
adds eeprom endianess check to ath9k
...
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 31068
13 years ago
John Crispin
9f0e5e0841
adds ath5k platfrom_device eep support
...
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com>
SVN-Revision: 31067
13 years ago
Felix Fietkau
411ccc13f5
mac80211: reduce cpu load by optimizing aggregation session timeout handling
...
SVN-Revision: 30968
13 years ago
Felix Fietkau
94354fcb71
ath9k: remove the queue wake optimization, it may be unreliable in some cases
...
SVN-Revision: 30959
13 years ago
Felix Fietkau
dce6ee5830
ath9k: optimize waking tx queues, slightly improves performance under load
...
SVN-Revision: 30918
13 years ago
Felix Fietkau
57b4047a5d
ath9k: remove stuck beacon detection optimization, it may be unreliable on some hardware
...
SVN-Revision: 30915
13 years ago
Felix Fietkau
0341ff9912
rt2x00: merge a fix for random tx stalls
...
SVN-Revision: 30871
13 years ago
Felix Fietkau
14d09d570f
mac80211: limit TID buffering to prevent out-of-memory issues on low-memory systems
...
SVN-Revision: 30870
13 years ago
Felix Fietkau
f029ef0b81
ath9k: fix passing MAC time to mac80211
...
SVN-Revision: 30869
13 years ago
Felix Fietkau
3de99d0c4d
ath9k: increase rx buffers for improved performance with 3x3 chipsets
...
SVN-Revision: 30868
13 years ago
Felix Fietkau
241601b938
ath9k: merge an ANI improvement patch, improves performance in some environments
...
SVN-Revision: 30867
13 years ago
Felix Fietkau
f728469200
mac80211/ath9k: some more performance improvements
...
SVN-Revision: 30866
13 years ago
Felix Fietkau
7dff84b670
mac80211: more patch reorganization, merge an upstream performance optimization patch
...
SVN-Revision: 30865
13 years ago
Felix Fietkau
1812fe63b2
ath9k: merge a fix for hardware full sleep
...
SVN-Revision: 30864
13 years ago
Felix Fietkau
414f23e49d
mac80211: reorganize patches, fold in patches that were merged upstream
...
SVN-Revision: 30863
13 years ago
Felix Fietkau
30b1247a04
mac80211: add the real compat-wireless version + openwrt revision to the compat_version
...
SVN-Revision: 30862
13 years ago
Felix Fietkau
b12229935d
ath9k: fix misplaced ifdef
...
SVN-Revision: 30766
13 years ago
Felix Fietkau
c684920525
ath9k: disable btcoex again after it got re-enabled by the update
...
SVN-Revision: 30765
13 years ago
Felix Fietkau
17e37536a2
ath9k: disable MAC sample debugging, it is almost never used and wastes precious CPU cycles
...
SVN-Revision: 30764
13 years ago
Felix Fietkau
139e847e7c
mac80211: optimize mac address comparisons to improve performance
...
SVN-Revision: 30763
13 years ago
Felix Fietkau
82211c7bcc
mac80211: fix ad-hoc mode performance regression
...
SVN-Revision: 30758
13 years ago
Felix Fietkau
d6f3746154
mac80211: delete linux/eeprom_93cx6.h since the module is used from the kernel tree, fixes rt2x00 issues on lantiq
...
SVN-Revision: 30754
13 years ago
Felix Fietkau
c698e406f2
mac80211: remove 060-fix_compat_security.patch, it is no longer needed
...
SVN-Revision: 30753
13 years ago
Felix Fietkau
7d7118b8bf
mac80211: update to wireless-testing 2012-02-27
...
SVN-Revision: 30746
13 years ago
Felix Fietkau
340909c73e
ath9k: fix beacon issues on ar93xx
...
SVN-Revision: 30745
13 years ago
Felix Fietkau
e3ec30cad1
mac80211: update to wireless-testing 2012-02-23
...
SVN-Revision: 30742
13 years ago
Hauke Mehrtens
6f33fa553b
mac80211: b43: use firmware version 666.2 as default
...
SVN-Revision: 30673
13 years ago
Hauke Mehrtens
67d0f8af26
mac80211: fix memory leak on bcm5354
...
The ucode triggers the gpio pins used for the buttons and causes diag to handle them and send them to userspace.
This only happened with a more recent firmware.
This patch was tested on an Asus wl-520GU and should also work on the other bcm5354 based asus devices. I do not know if it works on the dir320.
SVN-Revision: 30665
13 years ago
Hauke Mehrtens
413caddc34
mac80211: brcmsmac: fix a build warning, till we update bcma
...
SVN-Revision: 30644
13 years ago
Hauke Mehrtens
c5d940389b
mac80211: add brcmsmac driver
...
brcmsmac does not work on bcm47xx based devices or has AP mode support for now.
SVN-Revision: 30643
13 years ago
Hauke Mehrtens
bd1c29df74
mac80211: fix directory of mwl8k firmware
...
Thank you Eugene San for the patch
SVN-Revision: 30642
13 years ago
Gabor Juhos
89d7f8112e
mac80211: rt2x00: allow to disable bands via platform data
...
SVN-Revision: 30629
13 years ago
Felix Fietkau
65ac3f605d
ath5k: do not re-run AGC calibration periodically - fixes stability issues on AR2315 ( #10574 )
...
SVN-Revision: 30624
13 years ago
Felix Fietkau
de28901e44
ath5k: do not stop the hardware queues during PAPD calibration, speeds up calibration
...
SVN-Revision: 30623
13 years ago
Gabor Juhos
fa227cef4d
package/mac80211: fix a possible NULL pointer dereference in rt2x00
...
SVN-Revision: 30586
13 years ago
Felix Fietkau
253df98347
ath9k: prevent writes to const data on AR9160
...
SVN-Revision: 30551
13 years ago
John Crispin
a0cd381e79
mac80211: Allow preamble configuration
...
Add a new wireless config parameter short_preamble=0|1 to enable
usage of short preambles. Default is to only allow long preambles
as before.
Even if short_preamble is set to 1 hostapd will take care that
short preambles are disabled as soon as a STA associates that
cannot handle short preambles.
Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>
SVN-Revision: 30539
13 years ago
Gabor Juhos
97243cdfbe
package/mac80211: apply AR71XX PCI workaround on ATH79 as well
...
SVN-Revision: 30413
13 years ago
Felix Fietkau
c09a8f00b0
mac80211: disable ath6kl until it's packaged and used somewhere
...
SVN-Revision: 30397
13 years ago
Felix Fietkau
c4e1f452a4
mac80211: merge a LED related locking fix
...
SVN-Revision: 30396
13 years ago
Felix Fietkau
1e54972caf
mac80211: fix a potential rate control related crash
...
SVN-Revision: 30388
13 years ago
Felix Fietkau
bec8df834b
ath9k: ignore invalid signal strength values in a-mpdu packets, fixes average signal strength display fluctuations
...
SVN-Revision: 30359
13 years ago
Felix Fietkau
ea63948914
mac80211: update to wireless-testing 2012-02-06
...
SVN-Revision: 30346
13 years ago
Felix Fietkau
8a29665964
ath9k: fix CTS timeout issues in 2.4 ghz
...
SVN-Revision: 30010
13 years ago
Felix Fietkau
99ab6e575a
ath9k: fix WEP connection issues
...
SVN-Revision: 30009
13 years ago
Hauke Mehrtens
45329cd793
mac80211: fix patch when running on ssb based devices
...
SVN-Revision: 29922
13 years ago