Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
John W. Linville
b6b50a21 ef15aa49

-2
-1
include/net/mac80211.h
··· 322 322 * @control: union for control data 323 323 * @status: union for status data 324 324 * @driver_data: array of driver_data pointers 325 - * @retry_count: number of retries 326 325 * @ampdu_ack_len: number of aggregated frames. 327 326 * relevant only if IEEE80211_TX_STATUS_AMPDU was set. 328 327 * @ampdu_ack_map: block ack bit map for the aggregation.
-1
net/mac80211/sta_info.h
··· 195 195 * @tx_packets: number of RX/TX MSDUs 196 196 * @tx_bytes: number of bytes transmitted to this STA 197 197 * @tx_fragments: number of transmitted MPDUs 198 - * @last_txrate: description of the last used transmit rate 199 198 * @tid_seq: per-TID sequence numbers for sending to this STA 200 199 * @ampdu_mlme: A-MPDU state machine state 201 200 * @timer_to_tid: identity mapping to ID timers