diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-09-12 09:53:27 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-09-15 16:48:26 -0400 |
commit | 9222963f7c81e2897833a43066c9db75350c8586 (patch) | |
tree | d19175e169ca5fb313d17c4d39c0c10f4d24bc68 /net/mac80211 | |
parent | 0e057d73eacd952d321d46c7eb972969ec245026 (diff) | |
download | kernel_samsung_smdk4412-9222963f7c81e2897833a43066c9db75350c8586.zip kernel_samsung_smdk4412-9222963f7c81e2897833a43066c9db75350c8586.tar.gz kernel_samsung_smdk4412-9222963f7c81e2897833a43066c9db75350c8586.tar.bz2 |
mac80211: fix sta_info kernel-doc warning
Sorry, forgot to run kernel-doc and just got the output from the nightly
run by email, this fixes a warning which I introduced when doing the
first RC API cleanups.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211')
-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 b773c7b..daedfa9 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -197,7 +197,7 @@ struct sta_ampdu_mlme { * @tx_packets: number of RX/TX MSDUs * @tx_bytes: TBD * @tx_fragments: number of transmitted MPDUs - * @txrate_idx: TBD + * @last_txrate_idx: Index of the last used transmit rate * @tid_seq: TBD * @wme_tx_queue: TBD * @ampdu_mlme: TBD |