| Commit message (Expand) | Author | Age | Files | Lines |
* | mac80211: fix memory leak on bcm5354 | Hauke Mehrtens | 2012-02-20 | 1 | -0/+11 |
* | mac80211: brcmsmac: fix a build warning, till we update bcma | Hauke Mehrtens | 2012-02-19 | 1 | -0/+13 |
* | mac80211: add brcmsmac driver | Hauke Mehrtens | 2012-02-19 | 2 | -0/+226 |
* | mac80211: rt2x00: allow to disable bands via platform data | Gabor Juhos | 2012-02-18 | 1 | -0/+47 |
* | ath5k: do not re-run AGC calibration periodically - fixes stability issues on... | Felix Fietkau | 2012-02-17 | 1 | -0/+42 |
* | ath5k: do not stop the hardware queues during PAPD calibration, speeds up cal... | Felix Fietkau | 2012-02-17 | 1 | -0/+31 |
* | package/mac80211: fix a possible NULL pointer dereference in rt2x00 | Gabor Juhos | 2012-02-16 | 1 | -0/+12 |
* | ath9k: prevent writes to const data on AR9160 | Felix Fietkau | 2012-02-15 | 1 | -0/+86 |
* | package/mac80211: apply AR71XX PCI workaround on ATH79 as well | Gabor Juhos | 2012-02-10 | 1 | -2/+2 |
* | mac80211: merge a LED related locking fix | Felix Fietkau | 2012-02-09 | 1 | -0/+20 |
* | mac80211: fix a potential rate control related crash | Felix Fietkau | 2012-02-08 | 1 | -0/+11 |
* | ath9k: ignore invalid signal strength values in a-mpdu packets, fixes average... | Felix Fietkau | 2012-02-07 | 2 | -0/+81 |
* | mac80211: update to wireless-testing 2012-02-06 | Felix Fietkau | 2012-02-07 | 64 | -3075/+186 |
* | ath9k: fix CTS timeout issues in 2.4 ghz | Felix Fietkau | 2012-02-03 | 2 | -1/+22 |
* | ath9k: fix WEP connection issues | Felix Fietkau | 2012-02-03 | 1 | -0/+17 |
* | mac80211: fix patch when running on ssb based devices | Hauke Mehrtens | 2012-01-27 | 1 | -5/+6 |
* | ath9k: revert one more linux upstream commit in the initvals to fully fix the... | Felix Fietkau | 2012-01-27 | 1 | -96/+112 |
* | ath9k: fix initvals for high-power ar938x devices, fixes tx power on buffalo ... | Felix Fietkau | 2012-01-27 | 1 | -0/+192 |
* | brcm47xx: add support for pcie host controller on bcma based SoCs. | Hauke Mehrtens | 2012-01-21 | 1 | -0/+133 |
* | rt2x00: add a patch to avoid excessive memmove() on packet contents to improv... | Felix Fietkau | 2012-01-16 | 1 | -0/+67 |
* | ath9k: fix handling of the KeyMiss flag for received packets - fixes connecti... | Felix Fietkau | 2012-01-14 | 1 | -0/+32 |
* | ath9k: merge a channel change fix from linux-wireless | Felix Fietkau | 2012-01-07 | 4 | -13/+45 |
* | mac80211: deactivate mac80211 tracing | Hauke Mehrtens | 2011-12-19 | 1 | -0/+44 |
* | ath9k: fix another tx locking issue | Felix Fietkau | 2011-12-19 | 1 | -11/+285 |
* | ath9k: fix some issues in the btcoex disable patch | Felix Fietkau | 2011-12-18 | 1 | -10/+8 |
* | ath9k: fix a locking issue in the tx path | Felix Fietkau | 2011-12-17 | 1 | -0/+25 |
* | ath9k: fix a crash in led init | Felix Fietkau | 2011-12-16 | 1 | -1/+4 |
* | ath9k: fix a locking issue | Felix Fietkau | 2011-12-14 | 1 | -33/+0 |
* | ath9k: add support for registering extra leds connected to the wmac gpio lines | Felix Fietkau | 2011-12-14 | 2 | -0/+326 |
* | mac80211: make mesh support optional | Felix Fietkau | 2011-12-12 | 1 | -0/+11 |
* | mac80211: merge another upstream aggregation fix | Felix Fietkau | 2011-12-10 | 1 | -8/+58 |
* | ath9k: disable bluetooth coexistence support to reduce module size | Felix Fietkau | 2011-12-10 | 2 | -0/+583 |
* | ath9k: improve handling of blockackreq (should improve aggregation behavior u... | Felix Fietkau | 2011-12-10 | 5 | -0/+741 |
* | mac80211: merge an upstream fix for an aggregation related race condition | Felix Fietkau | 2011-12-10 | 1 | -2/+130 |
* | mac80211: merge some pending fixes, fixes skb leaks and some warnings | Felix Fietkau | 2011-12-05 | 1 | -2/+73 |
* | ath9k: fix antenna configuration on ar9285 for devices without antenna diversity | Felix Fietkau | 2011-12-05 | 1 | -0/+9 |
* | ath9k: fix 5/10 mhz channel bandwidth issues | Felix Fietkau | 2011-12-05 | 2 | -0/+76 |
* | mac80211: update to 2011-12-01 | Felix Fietkau | 2011-12-05 | 48 | -766/+386 |
* | ath9k: fix a regression in touching power mode related registers | Felix Fietkau | 2011-11-27 | 1 | -0/+12 |
* | ath9k: enable ANI on ar913x, should noticeably improve stability in noisy env... | Felix Fietkau | 2011-11-27 | 1 | -0/+11 |
* | mac80211: fix aggregation related kernel warnings when using wds | Felix Fietkau | 2011-11-23 | 1 | -0/+95 |
* | ath9k: fix setting channel bandwidth before bringing up interfaces | Felix Fietkau | 2011-11-23 | 1 | -1/+1 |
* | package/mac80211: fix atomic64 issues on x86 / uml | Nicolas Thill | 2011-11-21 | 1 | -1/+1 |
* | mac80211: fix reversed WARN_ON() condition which causes a stray stacktrace on... | Jo-Philipp Wich | 2011-11-21 | 1 | -0/+11 |
* | ath9k: merge a pending aggregation fix | Felix Fietkau | 2011-11-20 | 3 | -13/+42 |
* | mac80211: refresh p54spi patches | Felix Fietkau | 2011-11-20 | 3 | -12/+6 |
* | mac80211: fix a workqueue compat backport | Felix Fietkau | 2011-11-20 | 1 | -0/+18 |
* | Revert "package/mac80211: fix atomic64 compat" | Felix Fietkau | 2011-11-19 | 1 | -1/+1 |
* | ath9k: allow run-time change of the chanbw debugfs file | Felix Fietkau | 2011-11-19 | 3 | -6/+74 |
* | mac80211: update to wireless-testing 2011-11-15 | Felix Fietkau | 2011-11-18 | 30 | -706/+542 |