diff options
author | Ron Rindjunsky <ron.rindjunsky@intel.com> | 2008-01-28 14:07:20 +0200 |
---|---|---|
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) | |
download | linux-stable-eb2ba62ee547b5ae7ca0339c75cd697f96060ca2.tar.gz linux-stable-eb2ba62ee547b5ae7ca0339c75cd697f96060ca2.tar.bz2 linux-stable-eb2ba62ee547b5ae7ca0339c75cd697f96060ca2.zip |
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 { struct dentry *wme_rx_queue; struct dentry *wme_tx_queue; #endif + struct dentry *agg_status; } debugfs; #endif }; |