projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fe7319
)
ath9k: Configure Power control register appropriately for h/w with 4k eeprom
author
Vasanthakumar Thiagarajan
<
[email protected]
>
Wed, 25 Feb 2009 04:58:22 +0000
(10:28 +0530)
committer
John W. Linville
<
[email protected]
>
Thu, 5 Mar 2009 19:39:30 +0000
(14:39 -0500)
Signed-off-by: Vasanthakumar Thiagarajan <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/ath9k/eeprom.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath9k/eeprom.c
b/drivers/net/wireless/ath9k/eeprom.c
index 02d0b919ee3d3bd0904963b91b39bc242e1d33cc..f935341bc5c4f4fd3336ee4658ed741194c22d12 100644
(file)
--- 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,
xpdGainValues[0]);
REG_RMW_FIELD(ah, AR_PHY_TPCRG1, AR_PHY_TPCRG1_PD_GAIN_2,
xpdGainValues[1]);
- REG_RMW_FIELD(ah, AR_PHY_TPCRG1, AR_PHY_TPCRG1_PD_GAIN_3,
- xpdGainValues[2]);
+ REG_RMW_FIELD(ah, AR_PHY_TPCRG1, AR_PHY_TPCRG1_PD_GAIN_3, 0);
for (i = 0; i < AR5416_MAX_CHAINS; i++) {
if (AR_SREV_5416_V20_OR_LATER(ah) &&