aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-02 17:37:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-01-02 17:37:30 +0000
commit00b8e3793b449f850bc63f26010b5a4d000ed2fb (patch)
tree90513722ec54b9db6273d7b7e80f76d940e361b7 /package/mac80211
parentec20bc2d5d4628d0d82216d370252540b42b36ab (diff)
downloadmaster-187ad058-00b8e3793b449f850bc63f26010b5a4d000ed2fb.tar.gz
master-187ad058-00b8e3793b449f850bc63f26010b5a4d000ed2fb.tar.bz2
master-187ad058-00b8e3793b449f850bc63f26010b5a4d000ed2fb.zip
ath9k: disable TX_IQ_ON_AGC_CAL on AR934x, should improve stability
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34979 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211')
-rw-r--r--package/mac80211/patches/300-pending_work.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mac80211/patches/300-pending_work.patch b/package/mac80211/patches/300-pending_work.patch
index 40331390e5..38732dc9a4 100644
--- a/package/mac80211/patches/300-pending_work.patch
+++ b/package/mac80211/patches/300-pending_work.patch
@@ -1204,3 +1204,14 @@
};
static inline
+--- a/drivers/net/wireless/ath/ath9k/hw.c
++++ b/drivers/net/wireless/ath/ath9k/hw.c
+@@ -2578,7 +2578,7 @@ int ath9k_hw_fill_cap_info(struct ath_hw
+
+ if (AR_SREV_9300_20_OR_LATER(ah)) {
+ ah->enabled_cals |= TX_IQ_CAL;
+- if (AR_SREV_9485_OR_LATER(ah))
++ if (AR_SREV_9485_OR_LATER(ah) && !AR_SREV_9340(ah))
+ ah->enabled_cals |= TX_IQ_ON_AGC_CAL;
+ }
+