ath5k: fix initvals errors
This patch corrects a few errors in the initvals tables to match those in the HAL tables. Namely, remove a couple of repetitions, fix some turbo mode errors, and correct a register for the CCK rate power table. Changes-licensed-under: ISC Signed-off-by: Bob Copeland <me@bobcopeland.com> Acked-by: Nick Kossifidis <mickflemm@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
45f483c002
commit
77ded01cc2
|
@ -537,8 +537,6 @@ static const struct ath5k_ini ar5212_ini_common_start[] = {
|
|||
{ AR5K_DCU_TX_FILTER_1(15), 0x00000000 },
|
||||
{ AR5K_DCU_TX_FILTER_CLR, 0x00000000 },
|
||||
{ AR5K_DCU_TX_FILTER_SET, 0x00000000 },
|
||||
{ AR5K_DCU_TX_FILTER_CLR, 0x00000000 },
|
||||
{ AR5K_DCU_TX_FILTER_SET, 0x00000000 },
|
||||
{ AR5K_STA_ID1, 0x00000000 },
|
||||
{ AR5K_BSS_ID0, 0x00000000 },
|
||||
{ AR5K_BSS_ID1, 0x00000000 },
|
||||
|
@ -669,7 +667,7 @@ static const struct ath5k_ini ar5212_ini_common_start[] = {
|
|||
/*{ AR5K_PHY(650), 0x000001b5 },*/
|
||||
{ AR5K_PHY(651), 0x00000000 },
|
||||
{ AR5K_PHY_TXPOWER_RATE3, 0x20202020 },
|
||||
{ AR5K_PHY_TXPOWER_RATE2, 0x20202020 },
|
||||
{ AR5K_PHY_TXPOWER_RATE4, 0x20202020 },
|
||||
/*{ AR5K_PHY(655), 0x13c889af },*/
|
||||
{ AR5K_PHY(656), 0x38490a20 },
|
||||
{ AR5K_PHY(657), 0x00007bb6 },
|
||||
|
@ -718,7 +716,7 @@ static const struct ath5k_ini_mode ar5212_ini_mode_start[] = {
|
|||
{ AR5K_PHY_SETTLING,
|
||||
{ 0x1372161c, 0x13721c25, 0x13721722, 0x137216a2, 0x13721c25 } },
|
||||
{ AR5K_PHY_AGCCTL,
|
||||
{ 0x00009d10, 0x00009d10, 0x00009d18, 0x00009d18, 0x00009d18 } },
|
||||
{ 0x00009d10, 0x00009d10, 0x00009d18, 0x00009d18, 0x00009d10 } },
|
||||
{ AR5K_PHY_NF,
|
||||
{ 0x0001ce00, 0x0001ce00, 0x0001ce00, 0x0001ce00, 0x0001ce00 } },
|
||||
{ AR5K_PHY_WEAK_OFDM_HIGH_THR,
|
||||
|
@ -799,7 +797,7 @@ static const struct ath5k_ini_mode rf5112_ini_mode_end[] = {
|
|||
{ AR5K_PHY_DESIRED_SIZE,
|
||||
{ 0x0de8b4e0, 0x0de8b4e0, 0x0de8b4e0, 0x0de8b4e0, 0x0de8b4e0 } },
|
||||
{ AR5K_PHY_SIG,
|
||||
{ 0x7e800d2e, 0x7e800d2e, 0x7ee80d2e, 0x7ee80d2e, 0x7ee80d2e } },
|
||||
{ 0x7e800d2e, 0x7e800d2e, 0x7ee80d2e, 0x7ee80d2e, 0x7e800d2e } },
|
||||
{ AR5K_PHY_AGCCOARSE,
|
||||
{ 0x3137665e, 0x3137665e, 0x3137665e, 0x3137665e, 0x3137665e } },
|
||||
{ AR5K_PHY_WEAK_OFDM_LOW_THR,
|
||||
|
|
Loading…
Reference in New Issue