From: Johannes Berg Date: Wed, 18 Feb 2009 08:56:47 +0000 (+0100) Subject: mac80211: add missing kernel-doc X-Git-Tag: v2.6.30-rc1~662^2~460^2~82 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=0a16ec5f5ed38076026960332a9ea4746dc1f3c6;p=~shefty%2Frdma-dev.git mac80211: add missing kernel-doc Document the new shutdown member. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index a2921f15787..1f45573c580 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;