aboutsummaryrefslogtreecommitdiff
path: root/package/mac80211
Commit message (Collapse)AuthorAge
...
* ath9k: remove an unnecessary BUG_ON in the aggregation code and clean up ↵Felix Fietkau2010-08-17
| | | | | | block ack window tracking to use less memory SVN-Revision: 22688
* package/mac80211: fix r22422, add missing bits & bytesAlexandros C. Couloumbis2010-08-12
| | | | SVN-Revision: 22611
* package/mac80211: let build system enable led code through cflags (thank you ↵Alexandros C. Couloumbis2010-08-11
| | | | | | nbd) SVN-Revision: 22591
* mac80211: Add p54spi driverMichael Büsch2010-08-08
| | | | SVN-Revision: 22535
* ath9k: fix rx tsf parsingFelix Fietkau2010-08-04
| | | | SVN-Revision: 22493
* ath9k: improve stuck beacon recovery by reading nf values from the hw when a ↵Felix Fietkau2010-08-02
| | | | | | calibration is pending (instead of waiting for the next cal interval) SVN-Revision: 22461
* ath9k: improve stuck beacon recovery and noise floor handling. significantly ↵Felix Fietkau2010-08-02
| | | | | | improves stability under strong interference in ap mode SVN-Revision: 22460
* ath9k: fix aggregation pause/restart handling under heavy load (thx to ↵Felix Fietkau2010-08-01
| | | | | | Lorenzo Bianconi) SVN-Revision: 22457
* package/mac80211: sync commit r22419Alexandros C. Couloumbis2010-07-31
| | | | SVN-Revision: 22422
* mac80211: update to 2010-07-29, add pending patches to fix further issues ↵Felix Fietkau2010-07-30
| | | | | | with calibration SVN-Revision: 22419
* mac80211: minor fix for the offchannel status change notificationFelix Fietkau2010-07-30
| | | | SVN-Revision: 22417
* ath9k: fix various calibration related bugs and clean up the codeFelix Fietkau2010-07-28
| | | | SVN-Revision: 22408
* mac80211: update to wireless-testing 2010-07-26 + pending patches - adds a ↵Felix Fietkau2010-07-27
| | | | | | change that might fix some calibration issues SVN-Revision: 22403
* ath9k: simplify noise floor calibration chainmask calculationFelix Fietkau2010-07-23
| | | | SVN-Revision: 22362
* ath9k: fix invalid noisefloor measurement values in ht20 modeFelix Fietkau2010-07-23
| | | | SVN-Revision: 22361
* ath9k: fix another buffer leak in the aggregation codeFelix Fietkau2010-07-23
| | | | SVN-Revision: 22360
* mac80211: fix build of ipw2100 driverHauke Mehrtens2010-07-22
| | | | SVN-Revision: 22358
* mac80211: fix handling of frag and rts options, thanks stintel!Jo-Philipp Wich2010-07-22
| | | | SVN-Revision: 22355
* move the crda dependency to the kmod-cfg80211 package, get rid of crda's ↵Felix Fietkau2010-07-20
| | | | | | dependency on mac80211. this fixes circular dependency issues SVN-Revision: 22304
* mac80211: fix aggregation on WDS AP interfacesFelix Fietkau2010-07-20
| | | | SVN-Revision: 22302
* mac80211: update to wireless-testing 2010-07-16Felix Fietkau2010-07-20
| | | | SVN-Revision: 22301
* ath5k: in-flash macs and eeprom for mach-eap7660dGabor Juhos2010-07-15
| | | | | | | | | 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
* mac80211: improve reliability of the keymiss handling fix, add another ↵Felix Fietkau2010-07-12
| | | | | | aggregation leak fix SVN-Revision: 22152
* massive: replace occurences of .$(LINUX_KMOD_SUFFIX) with .ko after r21950Claudio Mignanti2010-07-12
| | | | SVN-Revision: 22145
* ath9k: remove support for hardware which was never sold. reduces binary size ↵Felix Fietkau2010-07-11
| | | | | | by ~30k SVN-Revision: 22134
* ath9k: improve reliability of the noise floor calibrationFelix Fietkau2010-07-11
| | | | SVN-Revision: 22126
* ath9k: add another batch of stability updates and misc fixesFelix Fietkau2010-07-11
| | | | SVN-Revision: 22123
* mac80211: update to wireless-testing 2010-07-06, add another patch to ↵Felix Fietkau2010-07-07
| | | | | | finally fix the annoying buffer leak in ath9k SVN-Revision: 22088
* mac80211: fix interface teardown for kernels >= 2.6.33Felix Fietkau2010-07-06
| | | | SVN-Revision: 22078
* ath9k: fix a potential buffer leakFelix Fietkau2010-07-02
| | | | SVN-Revision: 22048
* ath9k: fix a crash with WEP in ad-hoc modeFelix Fietkau2010-07-02
| | | | SVN-Revision: 22046
* ath9k: fix false positives in the baseband hang check by repeating the test ↵Felix Fietkau2010-07-01
| | | | | | a few times before pronouncing the hardware dead and resetting it SVN-Revision: 22038
* ath9k: clean up some code duplication related to noise floor handlingFelix Fietkau2010-07-01
| | | | SVN-Revision: 22037
* ath9k: add a missing null pointer check and some further cleanupFelix Fietkau2010-07-01
| | | | SVN-Revision: 22036
* ath9k: properly sanitize calibrated noise floor values on all hardwareFelix Fietkau2010-07-01
| | | | SVN-Revision: 22035
* ath9k: add initval updates - should increase stability and performance on ↵Felix Fietkau2010-06-30
| | | | | | AR91xx and AR92xx SVN-Revision: 21999
* mac80211: fix r21990Alexandros C. Couloumbis2010-06-30
| | | | SVN-Revision: 21992
* mac80211: fix compile issues on 2.6.35Alexandros C. Couloumbis2010-06-30
| | | | SVN-Revision: 21990
* ath9k: fix TSF across hardware resets on AR913xFelix Fietkau2010-06-30
| | | | SVN-Revision: 21989
* mac80211: update to wireless-testing 2010-06-28Felix Fietkau2010-06-30
| | | | SVN-Revision: 21988
* rt2x00: cleanup patchesGabor Juhos2010-06-28
| | | | | | | | | | | | | 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
* remove obsolete kernel dependencies and version checksFelix Fietkau2010-06-26
| | | | SVN-Revision: 21956
* mac80211: update to wireless-testing 2010-06-15Felix Fietkau2010-06-26
| | | | SVN-Revision: 21943
* Add support for Marvell 88W8686Hamish Guthrie2010-06-23
| | | | SVN-Revision: 21887
* mac80211: fix compile error (#6538)Claudio Mignanti2010-06-20
| | | | SVN-Revision: 21850
* mac80211: fix compile on systems that do not have /bin/trueFelix Fietkau2010-06-14
| | | | SVN-Revision: 21801
* mac80211: rename dma_set_coherent_mask() patch to ↵Jo-Philipp Wich2010-06-13
| | | | | | 170-dma_set_coherent_mask.patch SVN-Revision: 21791
* mac80211: fix build of b43Hauke Mehrtens2010-06-13
| | | | SVN-Revision: 21790
* mac80211: update to 2010-06-10, add pending work with stability and ↵Felix Fietkau2010-06-10
| | | | | | throughput fixes for ath9k SVN-Revision: 21756
* mac80211: reduce the size of the debugfs codeFelix Fietkau2010-06-02
| | | | SVN-Revision: 21657