aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2009-02-18 09:56:47 +0100
committerJohn W. Linville <linville@tuxdriver.com>2009-02-27 14:52:41 -0500
commit0a16ec5f5ed38076026960332a9ea4746dc1f3c6 (patch)
tree5eee9f973545356956b583c063e7d4b4a5d9865b /net/mac80211/sta_info.h
parentd5c232ff9bd5c0aa79b65a0d21cf9b944d7bf218 (diff)
downloadkernel_samsung_smdk4412-0a16ec5f5ed38076026960332a9ea4746dc1f3c6.zip
kernel_samsung_smdk4412-0a16ec5f5ed38076026960332a9ea4746dc1f3c6.tar.gz
kernel_samsung_smdk4412-0a16ec5f5ed38076026960332a9ea4746dc1f3c6.tar.bz2
mac80211: add missing kernel-doc
Document the new shutdown member. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> 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 a2921f1..1f45573 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -90,6 +90,7 @@ struct tid_ampdu_tx {
* @buf_size: buffer size for incoming A-MPDUs
* @timeout: reset timer value (in TUs).
* @dialog_token: dialog token for aggregation session
+ * @shutdown: this session is being shut down due to STA removal
*/
struct tid_ampdu_rx {
struct sk_buff **reorder_buf;