mirror of
https://github.com/qca/qca-swiss-army-knife.git
synced 2026-01-27 17:07:18 +01:00
Synch initvals based on Felix's changes
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
This commit is contained in:
parent
cd7b53595f
commit
77e61408e6
1 changed files with 4 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ static const u32 ar9300_2p0_radio_postamble[][5] = {
|
|||
|
||||
static const u32 ar9300Modes_lowest_ob_db_tx_gain_table_2p0[][5] = {
|
||||
/* Addr 5G_HT20 5G_HT40 2G_HT40 2G_HT20 */
|
||||
{0x0000a410, 0x000050da, 0x000050da, 0x000050da, 0x000050da},
|
||||
{0x0000a410, 0x000050d9, 0x000050d9, 0x000050d9, 0x000050d9},
|
||||
{0x0000a500, 0x00000000, 0x00000000, 0x00000000, 0x00000000},
|
||||
{0x0000a504, 0x06000003, 0x06000003, 0x04000002, 0x04000002},
|
||||
{0x0000a508, 0x0a000020, 0x0a000020, 0x08000004, 0x08000004},
|
||||
|
|
@ -835,7 +835,7 @@ static const u32 ar9300_2p0_baseband_core[][2] = {
|
|||
|
||||
static const u32 ar9300Modes_high_power_tx_gain_table_2p0[][5] = {
|
||||
/* Addr 5G_HT20 5G_HT40 2G_HT40 2G_HT20 */
|
||||
{0x0000a410, 0x000050d9, 0x000050d9, 0x000050da, 0x000050da},
|
||||
{0x0000a410, 0x000050db, 0x000050db, 0x000050d9, 0x000050d9},
|
||||
{0x0000a500, 0x00020220, 0x00020220, 0x00000000, 0x00000000},
|
||||
{0x0000a504, 0x06020223, 0x06020223, 0x04000002, 0x04000002},
|
||||
{0x0000a508, 0x0b022220, 0x0b022220, 0x08000004, 0x08000004},
|
||||
|
|
@ -913,7 +913,7 @@ static const u32 ar9300Modes_high_power_tx_gain_table_2p0[][5] = {
|
|||
|
||||
static const u32 ar9300Modes_high_ob_db_tx_gain_table_2p0[][5] = {
|
||||
/* Addr 5G_HT20 5G_HT40 2G_HT40 2G_HT20 */
|
||||
{0x0000a410, 0x000050d9, 0x000050d9, 0x000050da, 0x000050da},
|
||||
{0x0000a410, 0x000050db, 0x000050db, 0x000050d9, 0x000050d9},
|
||||
{0x0000a500, 0x00020220, 0x00020220, 0x00000000, 0x00000000},
|
||||
{0x0000a504, 0x06020223, 0x06020223, 0x04000002, 0x04000002},
|
||||
{0x0000a508, 0x0b022220, 0x0b022220, 0x08000004, 0x08000004},
|
||||
|
|
@ -1251,7 +1251,7 @@ static const u32 ar9300Common_rx_gain_table_2p0[][2] = {
|
|||
|
||||
static const u32 ar9300Modes_low_ob_db_tx_gain_table_2p0[][5] = {
|
||||
/* Addr 5G_HT20 5G_HT40 2G_HT40 2G_HT20 */
|
||||
{0x0000a410, 0x000050da, 0x000050da, 0x000050da, 0x000050da},
|
||||
{0x0000a410, 0x000050d9, 0x000050d9, 0x000050d9, 0x000050d9},
|
||||
{0x0000a500, 0x00000000, 0x00000000, 0x00000000, 0x00000000},
|
||||
{0x0000a504, 0x06000003, 0x06000003, 0x04000002, 0x04000002},
|
||||
{0x0000a508, 0x0a000020, 0x0a000020, 0x08000004, 0x08000004},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue