summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/541-ath9k_ar9100_rx_chainmask_fix.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-22 21:00:58 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-03-22 21:00:58 +0000
commit5034ff8395447d72b427867fc3469b3601cd83f2 (patch)
tree29b1bf399c9cc9974981422b01b4db8d2034952f /package/mac80211/patches/541-ath9k_ar9100_rx_chainmask_fix.patch
parent2dbaa78d9184ccb2010d20c9c37b56f9e17cb96f (diff)
mac80211: update to wireless-testing 2011-03-22
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26273 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/541-ath9k_ar9100_rx_chainmask_fix.patch')
-rw-r--r--package/mac80211/patches/541-ath9k_ar9100_rx_chainmask_fix.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mac80211/patches/541-ath9k_ar9100_rx_chainmask_fix.patch b/package/mac80211/patches/541-ath9k_ar9100_rx_chainmask_fix.patch
deleted file mode 100644
index fb06f01ec..000000000
--- a/package/mac80211/patches/541-ath9k_ar9100_rx_chainmask_fix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/drivers/net/wireless/ath/ath9k/hw.c
-+++ b/drivers/net/wireless/ath/ath9k/hw.c
-@@ -1878,6 +1878,8 @@ int ath9k_hw_fill_cap_info(struct ath_hw
- !(AR_SREV_9271(ah)))
- /* CB71: GPIO 0 is pulled down to indicate 3 rx chains */
- pCap->rx_chainmask = ath9k_hw_gpio_get(ah, 0) ? 0x5 : 0x7;
-+ else if (AR_SREV_9100(ah))
-+ pCap->rx_chainmask = 0x7;
- else
- /* Use rx_chainmask from EEPROM. */
- pCap->rx_chainmask = ah->eep_ops->get_eeprom(ah, EEP_RX_MASK);