Commit 0a16ec5f authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville

mac80211: add missing kernel-doc

Document the new shutdown member.
Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent d5c232ff
...@@ -90,6 +90,7 @@ struct tid_ampdu_tx { ...@@ -90,6 +90,7 @@ struct tid_ampdu_tx {
* @buf_size: buffer size for incoming A-MPDUs * @buf_size: buffer size for incoming A-MPDUs
* @timeout: reset timer value (in TUs). * @timeout: reset timer value (in TUs).
* @dialog_token: dialog token for aggregation session * @dialog_token: dialog token for aggregation session
* @shutdown: this session is being shut down due to STA removal
*/ */
struct tid_ampdu_rx { struct tid_ampdu_rx {
struct sk_buff **reorder_buf; struct sk_buff **reorder_buf;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment