diff options
author | Ron Rindjunsky <ron.rindjunsky@intel.com> | 2008-01-28 07:07:20 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-02-29 15:19:17 -0500 |
commit | eb2ba62ee547b5ae7ca0339c75cd697f96060ca2 (patch) | |
tree | d4e872c020e8a6ed0631b555407c07a1c6585168 /net/mac80211/sta_info.h | |
parent | fe3bf0f59e97193f8619707f5d9458ce71a4f8d8 (diff) |
mac80211: A-MPDU add debugfs support
This patch adds A-MPDU status report per STA to the debugfs.
The option to de/activate A-MPDU through debugfs is also present.
Signed-off-by: Ron Rindjunsky <ron.rindjunsky@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 1 |
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 | }; |