mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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>
This commit is contained in:
parent
d5c232ff9b
commit
0a16ec5f5e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue