summaryrefslogtreecommitdiff
path: root/package/mac80211/patches/580-ath9k_remove_common_chainmask.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-08-31 06:34:53 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-08-31 06:34:53 +0000
commit71184985119d333d9f374740c7a2cbb58fe598cd (patch)
treec262866f9c47e2cb852d2564df58e432c8bf59e9 /package/mac80211/patches/580-ath9k_remove_common_chainmask.patch
parent7f9ad157b98e04fe1234552634b25a3a1b676337 (diff)
downloadmtk-20170518-71184985119d333d9f374740c7a2cbb58fe598cd.zip
mtk-20170518-71184985119d333d9f374740c7a2cbb58fe598cd.tar.gz
mtk-20170518-71184985119d333d9f374740c7a2cbb58fe598cd.tar.bz2
ath9k: merge a pending fix for 5 ghz rx latency
SVN-Revision: 28137
Diffstat (limited to 'package/mac80211/patches/580-ath9k_remove_common_chainmask.patch')
-rw-r--r--package/mac80211/patches/580-ath9k_remove_common_chainmask.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/580-ath9k_remove_common_chainmask.patch b/package/mac80211/patches/580-ath9k_remove_common_chainmask.patch
index 9ef623b..58d972c 100644
--- a/package/mac80211/patches/580-ath9k_remove_common_chainmask.patch
+++ b/package/mac80211/patches/580-ath9k_remove_common_chainmask.patch
@@ -69,7 +69,7 @@
ath9k_ps_restore(sc);
--- a/drivers/net/wireless/ath/ath9k/hw.c
+++ b/drivers/net/wireless/ath/ath9k/hw.c
-@@ -1485,9 +1485,6 @@ int ath9k_hw_reset(struct ath_hw *ah, st
+@@ -1488,9 +1488,6 @@ int ath9k_hw_reset(struct ath_hw *ah, st
u64 tsf = 0;
int i, r;
@@ -79,7 +79,7 @@
if (!ath9k_hw_setpower(ah, ATH9K_PM_AWAKE))
return -EIO;
-@@ -2105,6 +2102,8 @@ int ath9k_hw_fill_cap_info(struct ath_hw
+@@ -2108,6 +2105,8 @@ int ath9k_hw_fill_cap_info(struct ath_hw
pCap->tx_chainmask = fixup_chainmask(chip_chainmask, pCap->tx_chainmask);
pCap->rx_chainmask = fixup_chainmask(chip_chainmask, pCap->rx_chainmask);