diff options
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | 2013-12-06 11:58:54 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-12-09 21:38:02 +0100 |
commit | d6b5075d73adbc10fac873ca86798e30c115a018 (patch) | |
tree | 7f37fea12988477071482c24e1431883493ddfb8 /drivers/net/wireless/ath | |
parent | ath9k: Fix internal regulator for AR955x (diff) | |
download | linux-d6b5075d73adbc10fac873ca86798e30c115a018.tar.xz linux-d6b5075d73adbc10fac873ca86798e30c115a018.zip |
ath9k: Apply tuning caps for AR9330 and AR9485
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9003_eeprom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c index 2845ace0d9ec..ec317d6937d6 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) { |