Quellcode durchsuchen

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>
Johannes Berg vor 16 Jahren
Ursprung
Commit
0a16ec5f5e
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      net/mac80211/sta_info.h

+ 1 - 0
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;