b43: N-PHY: drop second noise variance table
New Broadcom drivers don't upload it anymore. It was probably a copy & paste mistake in early N-PHY rev 3+ days. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
4a73815e2e
commit
b2ca5dccd5
@@ -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 */
|
||||
|
Reference in New Issue
Block a user