mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-07 13:13:57 +08:00
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>
This commit is contained in:
parent
b3dd6bc1f0
commit
ef5a6a7573
@ -306,6 +306,7 @@ static const struct ar9300_eeprom ar9300_default = {
|
||||
|
||||
{ { {60, 0}, {60, 1}, {60, 0}, {60, 0} } },
|
||||
{ { {60, 0}, {60, 1}, {60, 1}, {60, 1} } },
|
||||
{ { {60, 0}, {60, 1}, {60, 1}, {60, 1} } },
|
||||
},
|
||||
.modalHeader5G = {
|
||||
/* 4 idle,t1,t2,b (4 bits per setting) */
|
||||
|
Loading…
Reference in New Issue
Block a user