aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r--net/mac80211/sta_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index 48a620a4e1a6..75573dc79d7a 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -192,6 +192,7 @@ struct sta_info {
192 struct dentry *wme_rx_queue; 192 struct dentry *wme_rx_queue;
193 struct dentry *wme_tx_queue; 193 struct dentry *wme_tx_queue;
194#endif 194#endif
195 struct dentry *agg_status;
195 } debugfs; 196 } debugfs;
196#endif 197#endif
197}; 198};