diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-05-21 11:28:41 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-05-24 15:07:43 -0400 |
commit | a0c9101c05389e69a5382967667ca686a8d8fbd3 (patch) | |
tree | 65d7c8b862d77700c402c18b797660de3e7664f2 /net/mac80211/sta_info.h | |
parent | 4e8998f09bd777f99ea3dae6f87f2c367979e6c0 (diff) | |
download | linux-stable-a0c9101c05389e69a5382967667ca686a8d8fbd3.tar.gz linux-stable-a0c9101c05389e69a5382967667ca686a8d8fbd3.tar.bz2 linux-stable-a0c9101c05389e69a5382967667ca686a8d8fbd3.zip |
wireless: fix sta_info.h kernel-doc warnings
Fix sta_info.h kernel-doc warnings:
Warning(net/mac80211/sta_info.h:164): No description found for parameter 'tid_active_rx[STA_TID_NUM]'
Warning(net/mac80211/sta_info.h:164): Excess struct/union/enum/typedef member 'tid_state_rx' description in 'sta_ampdu_mlme'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 48a5e80957f0..df9d45544ca5 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -145,7 +145,7 @@ enum plink_state { /** * struct sta_ampdu_mlme - STA aggregation information. * - * @tid_state_rx: TID's state in Rx session state machine. + * @tid_active_rx: TID's state in Rx session state machine. * @tid_rx: aggregation info for Rx per TID * @tid_state_tx: TID's state in Tx session state machine. * @tid_tx: aggregation info for Tx per TID |