diff options
Diffstat (limited to 'drivers/net/wireless/p54/p54.h')
-rw-r--r-- | drivers/net/wireless/p54/p54.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/net/wireless/p54/p54.h b/drivers/net/wireless/p54/p54.h index 98d4f8e7d84d..1d0704fe146f 100644 --- a/drivers/net/wireless/p54/p54.h +++ b/drivers/net/wireless/p54/p54.h | |||
@@ -80,6 +80,7 @@ struct p54_common { | |||
80 | struct pda_channel_output_limit *output_limit; | 80 | struct pda_channel_output_limit *output_limit; |
81 | unsigned int output_limit_len; | 81 | unsigned int output_limit_len; |
82 | struct pda_pa_curve_data *curve_data; | 82 | struct pda_pa_curve_data *curve_data; |
83 | unsigned int filter_flags; | ||
83 | u16 rxhw; | 84 | u16 rxhw; |
84 | u8 version; | 85 | u8 version; |
85 | u8 rx_antenna; | 86 | u8 rx_antenna; |
@@ -87,7 +88,15 @@ struct p54_common { | |||
87 | void *cached_vdcf; | 88 | void *cached_vdcf; |
88 | unsigned int fw_var; | 89 | unsigned int fw_var; |
89 | unsigned int fw_interface; | 90 | unsigned int fw_interface; |
91 | unsigned int output_power; | ||
92 | u32 tsf_low32; | ||
93 | u32 tsf_high32; | ||
90 | struct ieee80211_tx_queue_stats tx_stats[8]; | 94 | struct ieee80211_tx_queue_stats tx_stats[8]; |
95 | struct ieee80211_low_level_stats stats; | ||
96 | struct timer_list stats_timer; | ||
97 | struct completion stats_comp; | ||
98 | void *cached_stats; | ||
99 | int noise; | ||
91 | void *eeprom; | 100 | void *eeprom; |
92 | struct completion eeprom_comp; | 101 | struct completion eeprom_comp; |
93 | }; | 102 | }; |