diff options
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index a06d64ebc177..28beb78e601e 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -287,7 +287,8 @@ struct sta_info { | |||
287 | unsigned long rx_dropped; | 287 | unsigned long rx_dropped; |
288 | int last_signal; | 288 | int last_signal; |
289 | struct ewma avg_signal; | 289 | struct ewma avg_signal; |
290 | __le16 last_seq_ctrl[NUM_RX_DATA_QUEUES]; | 290 | /* Plus 1 for non-QoS frames */ |
291 | __le16 last_seq_ctrl[NUM_RX_DATA_QUEUES + 1]; | ||
291 | 292 | ||
292 | /* Updated from TX status path only, no locking requirements */ | 293 | /* Updated from TX status path only, no locking requirements */ |
293 | unsigned long tx_filtered_count; | 294 | unsigned long tx_filtered_count; |