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>
This commit is contained in:
committed by
John W. Linville
parent
fe3bf0f59e
commit
eb2ba62ee5
@ -192,6 +192,7 @@ struct sta_info {
|
||||
struct dentry *wme_rx_queue;
|
||||
struct dentry *wme_tx_queue;
|
||||
#endif
|
||||
struct dentry *agg_status;
|
||||
} debugfs;
|
||||
#endif
|
||||
};
|
||||
|
Reference in New Issue
Block a user