Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ath9k: fix rx tsf parsing | Felix Fietkau | 2010-08-04 | 1 | -0/+44 |
| | | | | SVN-Revision: 22493 | ||||
* | ath9k: improve stuck beacon recovery by reading nf values from the hw when a ↵ | Felix Fietkau | 2010-08-02 | 1 | -1/+3 |
| | | | | | | 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 Fietkau | 2010-08-02 | 4 | -0/+306 |
| | | | | | | improves stability under strong interference in ap mode SVN-Revision: 22460 | ||||
* | ath9k: fix aggregation pause/restart handling under heavy load (thx to ↵ | Felix Fietkau | 2010-08-01 | 1 | -0/+72 |
| | | | | | | Lorenzo Bianconi) SVN-Revision: 22457 | ||||
* | package/mac80211: sync commit r22419 | Alexandros C. Couloumbis | 2010-07-31 | 1 | -27/+0 |
| | | | | SVN-Revision: 22422 | ||||
* | mac80211: update to 2010-07-29, add pending patches to fix further issues ↵ | Felix Fietkau | 2010-07-30 | 5 | -615/+660 |
| | | | | | | with calibration SVN-Revision: 22419 | ||||
* | mac80211: minor fix for the offchannel status change notification | Felix Fietkau | 2010-07-30 | 1 | -0/+27 |
| | | | | SVN-Revision: 22417 | ||||
* | ath9k: fix various calibration related bugs and clean up the code | Felix Fietkau | 2010-07-28 | 5 | -20/+1017 |
| | | | | SVN-Revision: 22408 | ||||
* | mac80211: update to wireless-testing 2010-07-26 + pending patches - adds a ↵ | Felix Fietkau | 2010-07-27 | 8 | -134/+24 |
| | | | | | | change that might fix some calibration issues SVN-Revision: 22403 | ||||
* | ath9k: simplify noise floor calibration chainmask calculation | Felix Fietkau | 2010-07-23 | 1 | -0/+30 |
| | | | | SVN-Revision: 22362 | ||||
* | ath9k: fix invalid noisefloor measurement values in ht20 mode | Felix Fietkau | 2010-07-23 | 1 | -0/+46 |
| | | | | SVN-Revision: 22361 | ||||
* | ath9k: fix another buffer leak in the aggregation code | Felix Fietkau | 2010-07-23 | 1 | -0/+32 |
| | | | | SVN-Revision: 22360 | ||||
* | mac80211: fix build of ipw2100 driver | Hauke Mehrtens | 2010-07-22 | 1 | -0/+61 |
| | | | | SVN-Revision: 22358 | ||||
* | mac80211: fix aggregation on WDS AP interfaces | Felix Fietkau | 2010-07-20 | 1 | -0/+20 |
| | | | | SVN-Revision: 22302 | ||||
* | mac80211: update to wireless-testing 2010-07-16 | Felix Fietkau | 2010-07-20 | 15 | -5766/+5 |
| | | | | SVN-Revision: 22301 | ||||
* | ath5k: in-flash macs and eeprom for mach-eap7660d | Gabor Juhos | 2010-07-15 | 2 | -0/+92 |
| | | | | | | | | | 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 Fietkau | 2010-07-12 | 2 | -17/+52 |
| | | | | | | aggregation leak fix SVN-Revision: 22152 | ||||
* | ath9k: remove support for hardware which was never sold. reduces binary size ↵ | Felix Fietkau | 2010-07-11 | 1 | -0/+5044 |
| | | | | | | by ~30k SVN-Revision: 22134 | ||||
* | ath9k: improve reliability of the noise floor calibration | Felix Fietkau | 2010-07-11 | 1 | -0/+399 |
| | | | | SVN-Revision: 22126 | ||||
* | ath9k: add another batch of stability updates and misc fixes | Felix Fietkau | 2010-07-11 | 6 | -0/+188 |
| | | | | SVN-Revision: 22123 | ||||
* | mac80211: update to wireless-testing 2010-07-06, add another patch to ↵ | Felix Fietkau | 2010-07-07 | 17 | -15402/+39 |
| | | | | | | finally fix the annoying buffer leak in ath9k SVN-Revision: 22088 | ||||
* | ath9k: fix a potential buffer leak | Felix Fietkau | 2010-07-02 | 1 | -0/+68 |
| | | | | SVN-Revision: 22048 | ||||
* | ath9k: fix a crash with WEP in ad-hoc mode | Felix Fietkau | 2010-07-02 | 1 | -0/+13 |
| | | | | SVN-Revision: 22046 | ||||
* | ath9k: fix false positives in the baseband hang check by repeating the test ↵ | Felix Fietkau | 2010-07-01 | 1 | -0/+90 |
| | | | | | | a few times before pronouncing the hardware dead and resetting it SVN-Revision: 22038 | ||||
* | ath9k: clean up some code duplication related to noise floor handling | Felix Fietkau | 2010-07-01 | 1 | -0/+207 |
| | | | | SVN-Revision: 22037 | ||||
* | ath9k: add a missing null pointer check and some further cleanup | Felix Fietkau | 2010-07-01 | 1 | -3/+23 |
| | | | | SVN-Revision: 22036 | ||||
* | ath9k: properly sanitize calibrated noise floor values on all hardware | Felix Fietkau | 2010-07-01 | 1 | -0/+386 |
| | | | | SVN-Revision: 22035 | ||||
* | ath9k: add initval updates - should increase stability and performance on ↵ | Felix Fietkau | 2010-06-30 | 3 | -0/+14635 |
| | | | | | | AR91xx and AR92xx SVN-Revision: 21999 | ||||
* | mac80211: fix r21990 | Alexandros C. Couloumbis | 2010-06-30 | 1 | -5/+9 |
| | | | | SVN-Revision: 21992 | ||||
* | mac80211: fix compile issues on 2.6.35 | Alexandros C. Couloumbis | 2010-06-30 | 1 | -0/+11 |
| | | | | SVN-Revision: 21990 | ||||
* | ath9k: fix TSF across hardware resets on AR913x | Felix Fietkau | 2010-06-30 | 1 | -0/+39 |
| | | | | SVN-Revision: 21989 | ||||
* | mac80211: update to wireless-testing 2010-06-28 | Felix Fietkau | 2010-06-30 | 19 | -96/+31 |
| | | | | SVN-Revision: 21988 | ||||
* | rt2x00: cleanup patches | Gabor Juhos | 2010-06-28 | 2 | -29/+34 |
| | | | | | | | | | | | | | 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 | ||||
* | mac80211: update to wireless-testing 2010-06-15 | Felix Fietkau | 2010-06-26 | 10 | -1944/+75 |
| | | | | SVN-Revision: 21943 | ||||
* | mac80211: fix compile error (#6538) | Claudio Mignanti | 2010-06-20 | 1 | -0/+16 |
| | | | | SVN-Revision: 21850 | ||||
* | mac80211: rename dma_set_coherent_mask() patch to ↵ | Jo-Philipp Wich | 2010-06-13 | 1 | -0/+0 |
| | | | | | | 170-dma_set_coherent_mask.patch SVN-Revision: 21791 | ||||
* | mac80211: fix build of b43 | Hauke Mehrtens | 2010-06-13 | 1 | -0/+28 |
| | | | | SVN-Revision: 21790 | ||||
* | mac80211: update to 2010-06-10, add pending work with stability and ↵ | Felix Fietkau | 2010-06-10 | 26 | -10684/+1938 |
| | | | | | | throughput fixes for ath9k SVN-Revision: 21756 | ||||
* | mac80211: reduce the size of the debugfs code | Felix Fietkau | 2010-06-02 | 1 | -0/+262 |
| | | | | SVN-Revision: 21657 | ||||
* | mac80211: remove the pid rate control algorithm to save a few kbytes | Felix Fietkau | 2010-06-01 | 1 | -0/+11 |
| | | | | SVN-Revision: 21654 | ||||
* | ath9k: one more queue stop/start fix | Felix Fietkau | 2010-06-01 | 1 | -0/+10 |
| | | | | SVN-Revision: 21651 | ||||
* | ath9k: fix queue stopping/starting logic, should slightly reduce RAM usage ↵ | Felix Fietkau | 2010-06-01 | 1 | -0/+144 |
| | | | | | | under load and make throughput more smooth SVN-Revision: 21650 | ||||
* | ath9k: merge some more pending fixes - should improve throughput | Felix Fietkau | 2010-05-27 | 1 | -14/+59 |
| | | | | SVN-Revision: 21578 | ||||
* | mac80211: update to wireless-testing 2010-05-24 | Felix Fietkau | 2010-05-25 | 13 | -52/+3353 |
| | | | | SVN-Revision: 21568 | ||||
* | mac80211: remove patches already in mainline compat-wireless | Hauke Mehrtens | 2010-05-16 | 2 | -22/+0 |
| | | | | SVN-Revision: 21469 | ||||
* | mac80211: update to wireless-testing 2010-05-12 plus some pending patches | Felix Fietkau | 2010-05-15 | 16 | -1476/+6893 |
| | | | | SVN-Revision: 21454 | ||||
* | ssb: activate CONFIG_SSB_BLOCKIO in the kernel and not in compat-wireless. | Hauke Mehrtens | 2010-05-15 | 7 | -20/+49 |
| | | | | | | | | Before this patch CONFIG_SSB_BLOCKIO was set to y in compat-wireless but the in kernel ssb system had it set to n, this causes an invalid pointer. b43 now needs CONFIG_SSB_BLOCKIO=y SVN-Revision: 21449 | ||||
* | ath9k: fix filtering out multi-descriptor frames, which can cause issues ↵ | Felix Fietkau | 2010-05-04 | 1 | -0/+24 |
| | | | | | | with 11n links because of bogus rx status data SVN-Revision: 21351 | ||||
* | mac80211: update to wireless-testing 2010-04-28 | Felix Fietkau | 2010-04-30 | 12 | -772/+12 |
| | | | | SVN-Revision: 21271 | ||||
* | mac80211: add ap isolate support | Felix Fietkau | 2010-04-26 | 3 | -0/+105 |
| | | | | SVN-Revision: 21178 |