diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-07-02 17:05:35 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-07-07 16:32:15 -0400 |
commit | f5c35e15f940a1580c62715adc3e88710753de4c (patch) | |
tree | 32828958db27ff24b00c1bfa8d72b23c4b43bff3 /drivers/net/wireless/b43/tables_nphy.h | |
parent | 589a6ba46bdf9a4a4817fef011ff61905a1aa244 (diff) | |
download | op-kernel-dev-f5c35e15f940a1580c62715adc3e88710753de4c.zip op-kernel-dev-f5c35e15f940a1580c62715adc3e88710753de4c.tar.gz |
b43: N-PHY: initialize hardware tables on new devices
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/b43/tables_nphy.h')
-rw-r--r-- | drivers/net/wireless/b43/tables_nphy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/tables_nphy.h b/drivers/net/wireless/b43/tables_nphy.h index 3a58aee..3ce2e6f 100644 --- a/drivers/net/wireless/b43/tables_nphy.h +++ b/drivers/net/wireless/b43/tables_nphy.h @@ -165,6 +165,10 @@ struct nphy_gain_ctl_workaround_entry *b43_nphy_get_gain_ctl_workaround_ent( #define B43_NTAB_C1_LOFEEDTH_R3 B43_NTAB16(27, 448) /* Local Oscillator Feed Through lookup 1 */ #define B43_NTAB_C1_PAPD_COMP_R3 B43_NTAB16(27, 576) +/* Static N-PHY tables, PHY revision >= 7 */ +#define B43_NTAB_TMAP_R7 B43_NTAB32(12, 0) /* TM AP */ +#define B43_NTAB_NOISEVAR_R7 B43_NTAB32(16, 0) /* noise variance */ + #define B43_NTAB_TX_IQLO_CAL_LOFT_LADDER_40_SIZE 18 #define B43_NTAB_TX_IQLO_CAL_LOFT_LADDER_20_SIZE 18 #define B43_NTAB_TX_IQLO_CAL_IQIMB_LADDER_40_SIZE 18 |