diff options
Diffstat (limited to 'drivers/net/wireless/p54/p54.h')
-rw-r--r-- | drivers/net/wireless/p54/p54.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/net/wireless/p54/p54.h b/drivers/net/wireless/p54/p54.h index 1afc39410e8..43a3b2ead81 100644 --- a/drivers/net/wireless/p54/p54.h +++ b/drivers/net/wireless/p54/p54.h | |||
@@ -157,6 +157,12 @@ struct p54_led_dev { | |||
157 | 157 | ||
158 | #endif /* CONFIG_P54_LEDS */ | 158 | #endif /* CONFIG_P54_LEDS */ |
159 | 159 | ||
160 | struct p54_tx_queue_stats { | ||
161 | unsigned int len; | ||
162 | unsigned int limit; | ||
163 | unsigned int count; | ||
164 | }; | ||
165 | |||
160 | struct p54_common { | 166 | struct p54_common { |
161 | struct ieee80211_hw *hw; | 167 | struct ieee80211_hw *hw; |
162 | struct ieee80211_vif *vif; | 168 | struct ieee80211_vif *vif; |
@@ -183,7 +189,7 @@ struct p54_common { | |||
183 | /* (e)DCF / QOS state */ | 189 | /* (e)DCF / QOS state */ |
184 | bool use_short_slot; | 190 | bool use_short_slot; |
185 | spinlock_t tx_stats_lock; | 191 | spinlock_t tx_stats_lock; |
186 | struct ieee80211_tx_queue_stats tx_stats[8]; | 192 | struct p54_tx_queue_stats tx_stats[8]; |
187 | struct p54_edcf_queue_param qos_params[8]; | 193 | struct p54_edcf_queue_param qos_params[8]; |
188 | 194 | ||
189 | /* Radio data */ | 195 | /* Radio data */ |