diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2008-09-04 12:24:53 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-09-08 14:23:12 -0400 |
commit | 701b9cb37bae3d50dbe5f345a7cdbd2648bf7df6 (patch) | |
tree | ed596f186ffcf5375d97d4d114686bdd8fe353c6 /net/mac80211/sta_info.h | |
parent | 8e1535d51bc93fbe9b3ded6555680044bc571d19 (diff) |
mac80211: add missing kernel-doc
Fix mac80211 kernel-doc missing struct field:
Warning(linux-2.6.27-rc1-git2//net/mac80211/sta_info.h:329): No description found for parameter 'tid_seq[IEEE80211_QOS_CTL_TID_MASK + 1]'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 109db787ccb7..4a581a5b5766 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -204,6 +204,7 @@ struct sta_ampdu_mlme { | |||
204 | * @tx_fragments: number of transmitted MPDUs | 204 | * @tx_fragments: number of transmitted MPDUs |
205 | * @txrate_idx: TBD | 205 | * @txrate_idx: TBD |
206 | * @last_txrate_idx: TBD | 206 | * @last_txrate_idx: TBD |
207 | * @tid_seq: TBD | ||
207 | * @wme_tx_queue: TBD | 208 | * @wme_tx_queue: TBD |
208 | * @ampdu_mlme: TBD | 209 | * @ampdu_mlme: TBD |
209 | * @timer_to_tid: identity mapping to ID timers | 210 | * @timer_to_tid: identity mapping to ID timers |