Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mac80211: update to wireless-testing 2010-11-10 + some pending work | Felix Fietkau | 2010-11-11 | 1 | -58/+0 |
| | | | | SVN-Revision: 23968 | ||||
* | ath9k: fix ath9k_hw_apply_gpio_override so that it's effective | Felix Fietkau | 2010-11-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | I discovered another bug in the ath9k WNDR3700 quirk fix from r23822. ath9k_hw_apply_gpio_override was testing the original value of gpio_mask to determine which bits were appropriate, instead of testing the shifted value. Because bit 0 is always clear in the original value, this resulted in no calls to set the GPIOs, an improperly-configured radio, and reduced RSSI on other systems listening to the radio. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 23890 | ||||
* | ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and ↵ | Felix Fietkau | 2010-11-03 | 1 | -0/+58 |
instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues SVN-Revision: 23822 |