public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mac80211: fix more kernel-doc warnings
@ 2008-07-30  3:59 Randy Dunlap
  2008-07-30  6:46 ` Johannes Berg
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2008-07-30  3:59 UTC (permalink / raw)
  To: linux-wireless; +Cc: linville, johannes

From: Randy Dunlap <randy.dunlap@oracle.com>

Fix several kernel-doc warnings in mac80211 header files:

Warning(linux-2.6.27-rc1//include/net/mac80211.h:759): Enum value 'IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE' not described in enum 'ieee80211_hw_flags'
Warning(linux-2.6.27-rc1//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>
---
 include/net/mac80211.h  |    4 ++++
 net/mac80211/sta_info.h |    1 +
 2 files changed, 5 insertions(+)

--- linux-2.6.27-rc1.orig/include/net/mac80211.h
+++ linux-2.6.27-rc1/include/net/mac80211.h
@@ -700,6 +700,10 @@ enum ieee80211_tkip_key_type {
  * any particular flags. There are some exceptions to this rule,
  * however, so you are advised to review these flags carefully.
  *
+ * @IEEE80211_HW_HOST_GEN_BEACON_TEMPLATE:
+ *	Indicates that hardware or firmware takes care of beacon
+ *	generation.
+ *
  * @IEEE80211_HW_RX_INCLUDES_FCS:
  *	Indicates that received frames passed to the stack include
  *	the FCS at the end.
--- linux-2.6.27-rc1.orig/net/mac80211/sta_info.h
+++ linux-2.6.27-rc1/net/mac80211/sta_info.h
@@ -204,6 +204,7 @@ struct sta_ampdu_mlme {
  * @tx_fragments: number of transmitted MPDUs
  * @txrate_idx: TBD
  * @last_txrate_idx: TBD
+ * @tid_seq: TBD
  * @wme_tx_queue: TBD
  * @ampdu_mlme: TBD
  * @timer_to_tid: identity mapping to ID timers

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-30  6:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-30  3:59 [PATCH] mac80211: fix more kernel-doc warnings Randy Dunlap
2008-07-30  6:46 ` Johannes Berg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox