diff options
Diffstat (limited to 'drivers/net/wireless/b43/tables_nphy.h')
| -rw-r--r-- | drivers/net/wireless/b43/tables_nphy.h | 3 | 
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/wireless/b43/tables_nphy.h b/drivers/net/wireless/b43/tables_nphy.h index 9ff33adcff8..3a58aee4c4c 100644 --- a/drivers/net/wireless/b43/tables_nphy.h +++ b/drivers/net/wireless/b43/tables_nphy.h @@ -143,8 +143,7 @@ struct nphy_gain_ctl_workaround_entry *b43_nphy_get_gain_ctl_workaround_ent(  #define B43_NTAB_TMAP_R3		B43_NTAB32(12,   0) /* TM AP  */  #define B43_NTAB_INTLEVEL_R3		B43_NTAB32(13,   0) /* INT LV  */  #define B43_NTAB_TDTRN_R3		B43_NTAB32(14,   0) /* TD TRN  */ -#define B43_NTAB_NOISEVAR0_R3		B43_NTAB32(16,   0) /* noise variance 0  */ -#define B43_NTAB_NOISEVAR1_R3		B43_NTAB32(16, 128) /* noise variance 1  */ +#define B43_NTAB_NOISEVAR_R3		B43_NTAB32(16,   0) /* noise variance */  #define B43_NTAB_MCS_R3			B43_NTAB16(18,   0) /* MCS  */  #define B43_NTAB_TDI20A0_R3		B43_NTAB32(19, 128) /* TDI 20/0  */  #define B43_NTAB_TDI20A1_R3		B43_NTAB32(19, 256) /* TDI 20/1  */  | 
