From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> 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@xxxxxxxxxx> --- 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 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html