From 3e109005486bbe5d1c6444434e2279f5f2b6aa4d Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 2 Jan 2013 17:40:31 +0000 Subject: [PATCH] ath9k: disable TX_IQ_ON_AGC_CAL on AR934x, should improve stability Backport of r34979 git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34980 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/patches/300-pending_work.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/package/mac80211/patches/300-pending_work.patch b/package/mac80211/patches/300-pending_work.patch index 6b8508f..1fc9cd9 100644 --- a/package/mac80211/patches/300-pending_work.patch +++ b/package/mac80211/patches/300-pending_work.patch @@ -1022,3 +1022,14 @@ return; } +--- a/drivers/net/wireless/ath/ath9k/hw.c ++++ b/drivers/net/wireless/ath/ath9k/hw.c +@@ -2568,7 +2568,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; + } + -- 2.11.0