Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ath9k: add some more fixes to the mic failure handling rework patch | Felix Fietkau | 2011-07-13 | 1 | -7/+28 |
| | | | | SVN-Revision: 27607 | ||||
* | mac80211: fix compile errors because of duplicate atomic64 implementations ↵ | Felix Fietkau | 2011-07-13 | 1 | -2/+6 |
| | | | | | | (#9690) SVN-Revision: 27605 | ||||
* | ath9k: fix mic frame handling for bigger packets | Felix Fietkau | 2011-07-12 | 1 | -6/+6 |
| | | | | SVN-Revision: 27596 | ||||
* | mac80211: backport atomic64_t support for kernels that don't support it | Felix Fietkau | 2011-07-09 | 1 | -0/+87 |
| | | | | SVN-Revision: 27572 | ||||
* | ath9k: merge some pending initval fixes for ar9380 | Felix Fietkau | 2011-07-09 | 1 | -0/+40 |
| | | | | SVN-Revision: 27566 | ||||
* | ath9k: fix sifs time for half/quarter and remove some unnecessary defines | Felix Fietkau | 2011-07-09 | 2 | -3/+57 |
| | | | | SVN-Revision: 27565 | ||||
* | ath9k: add more fixes for TKIP MIC validation | Felix Fietkau | 2011-07-09 | 1 | -30/+39 |
| | | | | SVN-Revision: 27564 | ||||
* | ath9k: add more fixes for half/quarter rate support | Felix Fietkau | 2011-07-08 | 7 | -0/+240 |
| | | | | SVN-Revision: 27562 | ||||
* | mac80211: fix an interop issue with some broken 802.11n clients (#9436) | Felix Fietkau | 2011-07-08 | 1 | -0/+11 |
| | | | | SVN-Revision: 27554 | ||||
* | mac80211: add pending crypto bugfixes | Felix Fietkau | 2011-07-08 | 2 | -5/+549 |
| | | | | SVN-Revision: 27552 | ||||
* | ath9k: fix some more "DMA failed to stop in 10 ms" issues on AR913x (#9654) | Felix Fietkau | 2011-07-06 | 1 | -0/+13 |
| | | | | SVN-Revision: 27482 | ||||
* | ath9k: fix reliability issues with TKIP MIC verification | Felix Fietkau | 2011-07-06 | 1 | -0/+73 |
| | | | | SVN-Revision: 27481 | ||||
* | ath9k: always enable fast clock for 5 ghz regardless of the eeprom setting | Felix Fietkau | 2011-07-06 | 1 | -0/+14 |
| | | | | SVN-Revision: 27480 | ||||
* | ath9k: merge an upstream change to fix false tx hangs on ar9003 | Felix Fietkau | 2011-07-04 | 1 | -1/+52 |
| | | | | SVN-Revision: 27433 | ||||
* | ath5k: add an upstream patch to fix a memory leak | Felix Fietkau | 2011-07-04 | 1 | -0/+20 |
| | | | | SVN-Revision: 27432 | ||||
* | max80211: rt2x00: load the eeprom data from a file on Ralink SoCs | Gabor Juhos | 2011-07-03 | 3 | -0/+316 |
| | | | | SVN-Revision: 27395 | ||||
* | mac80211: rename a rt2x00 related patch | Gabor Juhos | 2011-07-03 | 1 | -0/+0 |
| | | | | SVN-Revision: 27394 | ||||
* | ath5k: fix tx queue limit for the cabq, fixes warning described in #9465 | Felix Fietkau | 2011-07-03 | 1 | -0/+23 |
| | | | | SVN-Revision: 27367 | ||||
* | ath5k: disable the 32 khz sleep clock, atheros also does this, might improve ↵ | Felix Fietkau | 2011-07-03 | 1 | -0/+18 |
| | | | | | | stability SVN-Revision: 27366 | ||||
* | ath5k: fix restoring the mac timing setting after a sleep clock setting change | Felix Fietkau | 2011-07-03 | 1 | -0/+27 |
| | | | | SVN-Revision: 27365 | ||||
* | ath5k: delay initial periodic calibration after reset to improve stability | Felix Fietkau | 2011-07-03 | 1 | -0/+11 |
| | | | | SVN-Revision: 27364 | ||||
* | ath9k: clean up pll code for ar9002 to fix 5/10 mhz pll settings for 5ghz | Felix Fietkau | 2011-07-02 | 1 | -0/+42 |
| | | | | SVN-Revision: 27362 | ||||
* | ath5k: fix a crash when setting coverage class before the first channel ↵ | Felix Fietkau | 2011-07-02 | 1 | -0/+10 |
| | | | | | | change (#9586) SVN-Revision: 27352 | ||||
* | ath9k: add a small hack to make changing the channel bandwidth to 5/10 mhz ↵ | Felix Fietkau | 2011-07-01 | 1 | -0/+54 |
| | | | | | | available through debugfs - does not work on all chipsets and is not recommended for production use yet SVN-Revision: 27340 | ||||
* | ath9k: merge an upstream patch that provides a minor throughput improvement ↵ | Felix Fietkau | 2011-07-01 | 1 | -1/+11 |
| | | | | | | on ar9003 SVN-Revision: 27339 | ||||
* | ath5k: enable spur mitigation for ar2413 - should improve performance and ↵ | Felix Fietkau | 2011-07-01 | 1 | -0/+10 |
| | | | | | | reliability on those devices SVN-Revision: 27331 | ||||
* | ath5k: add a missing srev checks for code that lowers the synth voltage - ↵ | Felix Fietkau | 2011-07-01 | 1 | -0/+31 |
| | | | | | | might fix some stability issues SVN-Revision: 27325 | ||||
* | ath5k: disable tx power gain correction probing for hardware that does not ↵ | Felix Fietkau | 2011-07-01 | 1 | -0/+20 |
| | | | | | | need or support it SVN-Revision: 27324 | ||||
* | mac80211: rename a misnamed patch | Felix Fietkau | 2011-07-01 | 1 | -0/+0 |
| | | | | SVN-Revision: 27323 | ||||
* | kernel: update ssb and bcma to linux-next next-20110627 | Hauke Mehrtens | 2011-06-27 | 1 | -0/+11 |
| | | | | SVN-Revision: 27295 | ||||
* | mac80211: merge a pending fix for reestablishing misconfigured aggregation ↵ | Felix Fietkau | 2011-06-27 | 1 | -0/+13 |
| | | | | | | sessions SVN-Revision: 27292 | ||||
* | mac80211: add the work-in-progress IBSS HT patch, with some minor fixes | Felix Fietkau | 2011-06-24 | 1 | -0/+637 |
| | | | | SVN-Revision: 27277 | ||||
* | ath9k: add some more pending fixes | Felix Fietkau | 2011-06-24 | 2 | -2/+195 |
| | | | | SVN-Revision: 27276 | ||||
* | mac80211: update to wireless-testing 2011-06-22 | Felix Fietkau | 2011-06-24 | 60 | -5006/+87 |
| | | | | SVN-Revision: 27275 | ||||
* | package/mac80211: Add linux 3.0 compatibility | Hauke Mehrtens | 2011-06-15 | 53 | -190/+626 |
| | | | | | | | | Add patches from Hauke adding linux 3.0 compatibility. Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com> SVN-Revision: 27187 | ||||
* | mac80211: add initial support for AR9330 | Gabor Juhos | 2011-06-01 | 32 | -0/+3757 |
| | | | | SVN-Revision: 27084 | ||||
* | mac80211: update to wireless-testing 2011-05-27 | Felix Fietkau | 2011-05-31 | 23 | -1238/+996 |
| | | | | SVN-Revision: 27071 | ||||
* | ath9k: reduce the number of rx buffers, 512 is excessively high, 128 should ↵ | Felix Fietkau | 2011-05-30 | 1 | -0/+11 |
| | | | | | | work just as well, and will use a lot less memory SVN-Revision: 27029 | ||||
* | ath9k: merge a few bugfixes | Felix Fietkau | 2011-05-28 | 3 | -4/+97 |
| | | | | SVN-Revision: 27025 | ||||
* | ath5k: disable fast channel changes, some people have reported that they ↵ | Felix Fietkau | 2011-05-28 | 1 | -0/+18 |
| | | | | | | introduce connection stability issues SVN-Revision: 27024 | ||||
* | ath9k: fix some locking issues in the tx fifo cleanup patch | Felix Fietkau | 2011-05-19 | 1 | -35/+23 |
| | | | | SVN-Revision: 26947 | ||||
* | ath9k: clean up tx fifo handling on ar9380 based hardware | Felix Fietkau | 2011-05-18 | 2 | -0/+680 |
| | | | | SVN-Revision: 26934 | ||||
* | ath9k: fix a small race condition in the tx_last_beacon patch | Felix Fietkau | 2011-05-18 | 1 | -5/+10 |
| | | | | SVN-Revision: 26933 | ||||
* | ath9k: implement tx_last_beacon() to allow mac80211 to respond to probe ↵ | Felix Fietkau | 2011-05-17 | 1 | -0/+106 |
| | | | | | | requests in ad-hoc mode without creating too much spam SVN-Revision: 26923 | ||||
* | ath9k: fix ad-hoc nexttbtt calculation, which broke beacon transmission in ↵ | Felix Fietkau | 2011-05-17 | 1 | -0/+11 |
| | | | | | | some instances SVN-Revision: 26915 | ||||
* | ath9k: fix issues with ad-hoc beacon slot selection | Felix Fietkau | 2011-05-16 | 1 | -0/+50 |
| | | | | SVN-Revision: 26913 | ||||
* | mac80211: update to 2011-05-13 | Felix Fietkau | 2011-05-16 | 33 | -902/+164 |
| | | | | SVN-Revision: 26912 | ||||
* | ath9k: add noise floor calibration fix that should improve stability | Felix Fietkau | 2011-05-04 | 1 | -0/+52 |
| | | | | SVN-Revision: 26819 | ||||
* | ath9k: add a new fix for signal strength / noise measurements | Felix Fietkau | 2011-05-01 | 1 | -0/+88 |
| | | | | SVN-Revision: 26798 | ||||
* | mac80211: detect and drop incoming packets with invalid CCMP packet numbers ↵ | Felix Fietkau | 2011-05-01 | 1 | -0/+46 |
| | | | | | | to fix connection hangs on some devices SVN-Revision: 26795 |