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:
7dc5966
)
ath9k: enable tuning capacitance configuration for AR9330
author
Gabor Juhos
<
[email protected]
>
Tue, 21 Jun 2011 09:23:37 +0000
(11:23 +0200)
committer
John W. Linville
<
[email protected]
>
Wed, 22 Jun 2011 20:09:53 +0000
(16:09 -0400)
Signed-off-by: Gabor Juhos <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
index c5e031d87771614746e976c2c98bf55ac9343ca8..83c33a583e2f868c468e89247a03ed1d91d07926 100644
(file)
--- 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,
ar9003_hw_atten_apply(ah, chan);
if (!AR_SREV_9330(ah) && !AR_SREV_9340(ah))
ar9003_hw_internal_regulator_apply(ah);
- if (AR_SREV_9485(ah) || AR_SREV_9340(ah))
+ if (AR_SREV_9485(ah) || AR_SREV_93
30(ah) || AR_SREV_93
40(ah))
ar9003_hw_apply_tuning_caps(ah);
}