Commit Graph

458 Commits (5bc74fcb6fefe974f197490776fee86757e2a48d)

Author SHA1 Message Date
Alexandros C. Couloumbis a84b3efe34 package/mac80211: let build system enable led code through cflags (thank you nbd)
SVN-Revision: 22591
14 years ago
Michael Büsch 3b1628215a mac80211: Add p54spi driver
SVN-Revision: 22535
14 years ago
Felix Fietkau e8fe990549 ath9k: fix rx tsf parsing
SVN-Revision: 22493
14 years ago
Felix Fietkau 393db419ec ath9k: improve stuck beacon recovery by reading nf values from the hw when a calibration is pending (instead of waiting for the next cal interval)
SVN-Revision: 22461
14 years ago
Felix Fietkau 9d2aa5f66f ath9k: improve stuck beacon recovery and noise floor handling. significantly improves stability under strong interference in ap mode
SVN-Revision: 22460
14 years ago
Felix Fietkau 31239d3332 ath9k: fix aggregation pause/restart handling under heavy load (thx to Lorenzo Bianconi)
SVN-Revision: 22457
14 years ago
Alexandros C. Couloumbis 524779230e package/mac80211: sync commit r22419
SVN-Revision: 22422
14 years ago
Felix Fietkau fc16d8ae02 mac80211: update to 2010-07-29, add pending patches to fix further issues with calibration
SVN-Revision: 22419
14 years ago
Felix Fietkau 941f72b11c mac80211: minor fix for the offchannel status change notification
SVN-Revision: 22417
14 years ago
Felix Fietkau bbd756364f ath9k: fix various calibration related bugs and clean up the code
SVN-Revision: 22408
14 years ago
Felix Fietkau 0e417cf3ce mac80211: update to wireless-testing 2010-07-26 + pending patches - adds a change that might fix some calibration issues
SVN-Revision: 22403
14 years ago
Felix Fietkau ce8858061b ath9k: simplify noise floor calibration chainmask calculation
SVN-Revision: 22362
14 years ago
Felix Fietkau f4331b40a4 ath9k: fix invalid noisefloor measurement values in ht20 mode
SVN-Revision: 22361
14 years ago
Felix Fietkau 90a71cd326 ath9k: fix another buffer leak in the aggregation code
SVN-Revision: 22360
14 years ago
Hauke Mehrtens f602c71415 mac80211: fix build of ipw2100 driver
SVN-Revision: 22358
14 years ago
Jo-Philipp Wich 8344c770fc mac80211: fix handling of frag and rts options, thanks stintel!
SVN-Revision: 22355
14 years ago
Felix Fietkau ae2c9dcb2b move the crda dependency to the kmod-cfg80211 package, get rid of crda's dependency on mac80211. this fixes circular dependency issues
SVN-Revision: 22304
14 years ago
Felix Fietkau 2fcbada24b mac80211: fix aggregation on WDS AP interfaces
SVN-Revision: 22302
14 years ago
Felix Fietkau 41872e8765 mac80211: update to wireless-testing 2010-07-16
SVN-Revision: 22301
14 years ago
Gabor Juhos 3f4e29691e ath5k: in-flash macs and eeprom for mach-eap7660d
This adds ath5k_platform.h to mac80211 and patches ath5k to respect
MAC addresses and eeprom content from platform_data, if supplied.

Signed-off-by: Daniel Golle <daniel.golle@gmail.com>

SVN-Revision: 22188
14 years ago
Felix Fietkau d0e2e4f693 mac80211: improve reliability of the keymiss handling fix, add another aggregation leak fix
SVN-Revision: 22152
14 years ago
Claudio Mignanti 2d86ea7bf3 massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950
SVN-Revision: 22145
14 years ago
Felix Fietkau 58232503a9 ath9k: remove support for hardware which was never sold. reduces binary size by ~30k
SVN-Revision: 22134
14 years ago
Felix Fietkau b28b2b9590 ath9k: improve reliability of the noise floor calibration
SVN-Revision: 22126
14 years ago
Felix Fietkau 99698373f9 ath9k: add another batch of stability updates and misc fixes
SVN-Revision: 22123
14 years ago
Felix Fietkau c2e40eeace mac80211: update to wireless-testing 2010-07-06, add another patch to finally fix the annoying buffer leak in ath9k
SVN-Revision: 22088
14 years ago
Felix Fietkau e0751eb57e mac80211: fix interface teardown for kernels >= 2.6.33
SVN-Revision: 22078
14 years ago
Felix Fietkau 7c38977b3f ath9k: fix a potential buffer leak
SVN-Revision: 22048
14 years ago
Felix Fietkau 8a5671711b ath9k: fix a crash with WEP in ad-hoc mode
SVN-Revision: 22046
14 years ago
Felix Fietkau b0658f2c89 ath9k: fix false positives in the baseband hang check by repeating the test a few times before pronouncing the hardware dead and resetting it
SVN-Revision: 22038
14 years ago
Felix Fietkau 58936672ac ath9k: clean up some code duplication related to noise floor handling
SVN-Revision: 22037
14 years ago
Felix Fietkau bb72d77fe1 ath9k: add a missing null pointer check and some further cleanup
SVN-Revision: 22036
14 years ago
Felix Fietkau 1f278440b7 ath9k: properly sanitize calibrated noise floor values on all hardware
SVN-Revision: 22035
14 years ago
Felix Fietkau 6c48e48165 ath9k: add initval updates - should increase stability and performance on AR91xx and AR92xx
SVN-Revision: 21999
14 years ago
Alexandros C. Couloumbis 5c42c43638 mac80211: fix r21990
SVN-Revision: 21992
14 years ago
Alexandros C. Couloumbis 186fa51531 mac80211: fix compile issues on 2.6.35
SVN-Revision: 21990
14 years ago
Felix Fietkau 96436fac60 ath9k: fix TSF across hardware resets on AR913x
SVN-Revision: 21989
14 years ago
Felix Fietkau bc13e4c08a mac80211: update to wireless-testing 2010-06-28
SVN-Revision: 21988
14 years ago
Gabor Juhos 6676527e58 rt2x00: cleanup patches
Remove 601-rt2x00-remove-mcu-requests-for-soc.patch as an equivalent patch
is already included in upstream.

Add 601-rt2x00-fix-hang-on-ifdown.patch which is not suitable for upstream
inclusion but fixes a hang on ifdown under some circumstances and thus also
fixes AP mode operation in OpenWRT.

Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com>

SVN-Revision: 21975
14 years ago
Felix Fietkau ff3d5025ac remove obsolete kernel dependencies and version checks
SVN-Revision: 21956
14 years ago
Felix Fietkau d715665b9b mac80211: update to wireless-testing 2010-06-15
SVN-Revision: 21943
14 years ago
Hamish Guthrie b58dda0d90 Add support for Marvell 88W8686
SVN-Revision: 21887
14 years ago
Claudio Mignanti f5a01d10a2 mac80211: fix compile error (#6538)
SVN-Revision: 21850
14 years ago
Felix Fietkau 192d71aa46 mac80211: fix compile on systems that do not have /bin/true
SVN-Revision: 21801
14 years ago
Jo-Philipp Wich 38a2d4cab3 mac80211: rename dma_set_coherent_mask() patch to 170-dma_set_coherent_mask.patch
SVN-Revision: 21791
14 years ago
Hauke Mehrtens 1aadefd9bf mac80211: fix build of b43
SVN-Revision: 21790
14 years ago
Felix Fietkau 68779160b0 mac80211: update to 2010-06-10, add pending work with stability and throughput fixes for ath9k
SVN-Revision: 21756
14 years ago
Felix Fietkau c890f0d4df mac80211: reduce the size of the debugfs code
SVN-Revision: 21657
14 years ago
Felix Fietkau 8e39b122c9 mac80211: remove the pid rate control algorithm to save a few kbytes
SVN-Revision: 21654
14 years ago
Felix Fietkau 013be5ebe6 ath9k: one more queue stop/start fix
SVN-Revision: 21651
14 years ago