aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/b43/phy_lp.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/b43/phy_lp.h')
-rw-r--r--drivers/net/wireless/b43/phy_lp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/b43/phy_lp.h b/drivers/net/wireless/b43/phy_lp.h
index 829b2bba3ee1..13d89eacaf58 100644
--- a/drivers/net/wireless/b43/phy_lp.h
+++ b/drivers/net/wireless/b43/phy_lp.h
@@ -865,6 +865,9 @@ struct b43_phy_lp {
865 /* Transmit iqlocal best coeffs */ 865 /* Transmit iqlocal best coeffs */
866 bool tx_iqloc_best_coeffs_valid; 866 bool tx_iqloc_best_coeffs_valid;
867 u8 tx_iqloc_best_coeffs[11]; 867 u8 tx_iqloc_best_coeffs[11];
868
869 /* Used for "Save/Restore Dig Filt State" */
870 u16 dig_flt_state[9];
868}; 871};
869 872
870 873