diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2009-01-09 15:25:09 -0800 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-01-16 17:08:23 -0500 |
commit | b6b50a21625bbf59a89b807dd0fc1eb5412aeff3 (patch) | |
tree | 6aa7bd968089f4d0858a6748bac714dd3d36df07 /net/mac80211 | |
parent | ef15aa490f2e447ce04fe643500b814ef40f6ea9 (diff) | |
download | op-kernel-dev-b6b50a21625bbf59a89b807dd0fc1eb5412aeff3.zip op-kernel-dev-b6b50a21625bbf59a89b807dd0fc1eb5412aeff3.tar.gz |
mac80211: more kernel-doc fixes
Fix (delete) more mac80211 kernel-doc:
Warning(linux-2.6.28-git13//include/net/mac80211.h:375): Excess struct/union/enum/typedef member 'retry_count' description in 'ieee80211_tx_info'
Warning(linux-2.6.28-git13//net/mac80211/sta_info.h:308): Excess struct/union/enum/typedef member 'last_txrate' description in 'sta_info'
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/sta_info.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index dc2606d..e49a5b9 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -195,7 +195,6 @@ struct sta_ampdu_mlme { * @tx_packets: number of RX/TX MSDUs * @tx_bytes: number of bytes transmitted to this STA * @tx_fragments: number of transmitted MPDUs - * @last_txrate: description of the last used transmit rate * @tid_seq: per-TID sequence numbers for sending to this STA * @ampdu_mlme: A-MPDU state machine state * @timer_to_tid: identity mapping to ID timers |