aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasanthakumar Thiagarajan <vasanth@atheros.com>2009-02-24 23:58:22 -0500
committerJohn W. Linville <linville@tuxdriver.com>2009-03-05 14:39:30 -0500
commitf40154e7f7be1c58e8041ed4fbe6cd3b8049f4b4 (patch)
treede022d53d8d73e4c459fa3a0494423cad6d7c4c6
parent5fe73197d359248cbf32dfd3280540d6a0dfd31c (diff)
ath9k: Configure Power control register appropriately for h/w with 4k eeprom
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--drivers/net/wireless/ath9k/eeprom.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath9k/eeprom.c b/drivers/net/wireless/ath9k/eeprom.c
index 02d0b919ee3d..f935341bc5c4 100644
--- a/drivers/net/wireless/ath9k/eeprom.c
+++ b/drivers/net/wireless/ath9k/eeprom.c
@@ -752,8 +752,7 @@ static bool ath9k_hw_set_4k_power_cal_table(struct ath_hw *ah,
752 xpdGainValues[0]); 752 xpdGainValues[0]);
753 REG_RMW_FIELD(ah, AR_PHY_TPCRG1, AR_PHY_TPCRG1_PD_GAIN_2, 753 REG_RMW_FIELD(ah, AR_PHY_TPCRG1, AR_PHY_TPCRG1_PD_GAIN_2,
754 xpdGainValues[1]); 754 xpdGainValues[1]);
755 REG_RMW_FIELD(ah, AR_PHY_TPCRG1, AR_PHY_TPCRG1_PD_GAIN_3, 755 REG_RMW_FIELD(ah, AR_PHY_TPCRG1, AR_PHY_TPCRG1_PD_GAIN_3, 0);
756 xpdGainValues[2]);
757 756
758 for (i = 0; i < AR5416_MAX_CHAINS; i++) { 757 for (i = 0; i < AR5416_MAX_CHAINS; i++) {
759 if (AR_SREV_5416_V20_OR_LATER(ah) && 758 if (AR_SREV_5416_V20_OR_LATER(ah) &&