diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-06-21 05:23:37 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-06-22 16:09:53 -0400 |
commit | 7d790a21e5d4674fb25da62f560453bc3c248a93 (patch) | |
tree | 60ffdf38cc5fff3884c78f9f249fd6a5bf893832 /drivers | |
parent | 7dc5966d5c4a1bc48f1eca01403b187960ad72f4 (diff) |
ath9k: enable tuning capacitance configuration for AR9330
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-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 c5e031d87771..83c33a583e2f 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c +++ b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c | |||
@@ -3797,7 +3797,7 @@ static void ath9k_hw_ar9300_set_board_values(struct ath_hw *ah, | |||
3797 | ar9003_hw_atten_apply(ah, chan); | 3797 | ar9003_hw_atten_apply(ah, chan); |
3798 | if (!AR_SREV_9330(ah) && !AR_SREV_9340(ah)) | 3798 | if (!AR_SREV_9330(ah) && !AR_SREV_9340(ah)) |
3799 | ar9003_hw_internal_regulator_apply(ah); | 3799 | ar9003_hw_internal_regulator_apply(ah); |
3800 | if (AR_SREV_9485(ah) || AR_SREV_9340(ah)) | 3800 | if (AR_SREV_9485(ah) || AR_SREV_9330(ah) || AR_SREV_9340(ah)) |
3801 | ar9003_hw_apply_tuning_caps(ah); | 3801 | ar9003_hw_apply_tuning_caps(ah); |
3802 | } | 3802 | } |
3803 | 3803 | ||