From: Sujith Manoharan Date: Fri, 6 Dec 2013 10:58:54 +0000 (+0530) Subject: ath9k: Apply tuning caps for AR9330 and AR9485 X-Git-Tag: v3.14-rc1~94^2~482^2^2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d6b5075d73adbc10fac873ca86798e30c115a018;p=profile%2Fcommon%2Fkernel-common.git ath9k: Apply tuning caps for AR9330 and AR9485 Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c index 2845ace..ec317d6 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c +++ b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c @@ -3965,7 +3965,7 @@ static void ar9003_hw_apply_tuning_caps(struct ath_hw *ah) struct ar9300_eeprom *eep = &ah->eeprom.ar9300_eep; u8 tuning_caps_param = eep->baseEepHeader.params_for_tuning_caps[0]; - if (AR_SREV_9485(ah) || AR_SREV_9330(ah) || AR_SREV_9340(ah)) + if (AR_SREV_9340(ah)) return; if (eep->baseEepHeader.featureEnable & 0x40) {