diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-02-18 09:56:47 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-27 14:52:41 -0500 |
commit | 0a16ec5f5ed38076026960332a9ea4746dc1f3c6 (patch) | |
tree | 5eee9f973545356956b583c063e7d4b4a5d9865b /net/mac80211/sta_info.h | |
parent | d5c232ff9bd5c0aa79b65a0d21cf9b944d7bf218 (diff) | |
download | linux-stable-0a16ec5f5ed38076026960332a9ea4746dc1f3c6.tar.gz linux-stable-0a16ec5f5ed38076026960332a9ea4746dc1f3c6.tar.bz2 linux-stable-0a16ec5f5ed38076026960332a9ea4746dc1f3c6.zip |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index a2921f15787b..1f45573c580c 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; |