diff options
Diffstat (limited to 'drivers/net/wireless/ath/carl9170/carl9170.h')
-rw-r--r-- | drivers/net/wireless/ath/carl9170/carl9170.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/carl9170/carl9170.h b/drivers/net/wireless/ath/carl9170/carl9170.h index bb578690935e..4da01a9f5680 100644 --- a/drivers/net/wireless/ath/carl9170/carl9170.h +++ b/drivers/net/wireless/ath/carl9170/carl9170.h | |||
@@ -286,6 +286,10 @@ struct ar9170 { | |||
286 | unsigned int tx_seq_table; | 286 | unsigned int tx_seq_table; |
287 | } fw; | 287 | } fw; |
288 | 288 | ||
289 | /* interface configuration combinations */ | ||
290 | struct ieee80211_iface_limit if_comb_limits[1]; | ||
291 | struct ieee80211_iface_combination if_combs[1]; | ||
292 | |||
289 | /* reset / stuck frames/queue detection */ | 293 | /* reset / stuck frames/queue detection */ |
290 | struct work_struct restart_work; | 294 | struct work_struct restart_work; |
291 | struct work_struct ping_work; | 295 | struct work_struct ping_work; |