diff options
author | Senthil Balasubramanian <senthilkumar@atheros.com> | 2010-11-10 08:03:08 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-11-16 16:37:06 -0500 |
commit | ef5a6a7573b7a12ced67dae155be8a909bc245d6 (patch) | |
tree | 79f3f0dc2753519f04b96395986de402dfeb0eab | |
parent | b3dd6bc1f052ef3a754fa866743e4fda38522811 (diff) |
ath9k_hw: Initialize 2GHz CTL properly.
The last 2GHz CTL was not being initialized, so power was being
set to 0 instead of 30dbm. Initialize to 30 like other CTLs.
Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9003_eeprom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c index bc3f49c5c5b4..b33fb5bd8886 100644 --- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c +++ b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c | |||
@@ -306,6 +306,7 @@ static const struct ar9300_eeprom ar9300_default = { | |||
306 | 306 | ||
307 | { { {60, 0}, {60, 1}, {60, 0}, {60, 0} } }, | 307 | { { {60, 0}, {60, 1}, {60, 0}, {60, 0} } }, |
308 | { { {60, 0}, {60, 1}, {60, 1}, {60, 1} } }, | 308 | { { {60, 0}, {60, 1}, {60, 1}, {60, 1} } }, |
309 | { { {60, 0}, {60, 1}, {60, 1}, {60, 1} } }, | ||
309 | }, | 310 | }, |
310 | .modalHeader5G = { | 311 | .modalHeader5G = { |
311 | /* 4 idle,t1,t2,b (4 bits per setting) */ | 312 | /* 4 idle,t1,t2,b (4 bits per setting) */ |