diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-06-21 05:23:36 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-06-22 16:09:53 -0400 |
commit | 7dc5966d5c4a1bc48f1eca01403b187960ad72f4 (patch) | |
tree | f60f4e26771d8e84e143c8cc300e317789a9ee5c /drivers | |
parent | 4033bdad63a871da4c406a4a16d01b6de0a7e56e (diff) |
ath9k: skip internal regulator 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 2e370c668d4e..c5e031d87771 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c +++ b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c | |||
@@ -3795,7 +3795,7 @@ static void ath9k_hw_ar9300_set_board_values(struct ath_hw *ah, | |||
3795 | ar9003_hw_ant_ctrl_apply(ah, IS_CHAN_2GHZ(chan)); | 3795 | ar9003_hw_ant_ctrl_apply(ah, IS_CHAN_2GHZ(chan)); |
3796 | ar9003_hw_drive_strength_apply(ah); | 3796 | ar9003_hw_drive_strength_apply(ah); |
3797 | ar9003_hw_atten_apply(ah, chan); | 3797 | ar9003_hw_atten_apply(ah, chan); |
3798 | if (!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_9340(ah)) |
3801 | ar9003_hw_apply_tuning_caps(ah); | 3801 | ar9003_hw_apply_tuning_caps(ah); |