summaryrefslogtreecommitdiff
path: root/net/mac80211/sta_info.h
diff options
context:
space:
mode:
authorRon Rindjunsky <ron.rindjunsky@intel.com>2008-01-28 12:07:20 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2008-02-29 20:19:17 (GMT)
commiteb2ba62ee547b5ae7ca0339c75cd697f96060ca2 (patch)
treed4e872c020e8a6ed0631b555407c07a1c6585168 /net/mac80211/sta_info.h
parentfe3bf0f59e97193f8619707f5d9458ce71a4f8d8 (diff)
downloadlinux-fsl-qoriq-eb2ba62ee547b5ae7ca0339c75cd697f96060ca2.tar.xz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index 48a620a..75573dc 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
};