From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Delete kernel-doc struct descriptions for fields that don't exist: Warning(include/net/mac80211.h:1263): Excess struct/union/enum/typedef member 'conf_ht' description in 'ieee80211_ops' Warning(net/mac80211/sta_info.h:309): Excess struct/union/enum/typedef member 'addr' description in 'sta_info' Warning(net/mac80211/sta_info.h:309): Excess struct/union/enum/typedef member 'aid' description in 'sta_info' Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> cc: Johannes Berg <johannes@xxxxxxxxxxxxxxxx> cc: John W. Linville <linville@xxxxxxxxxxxxx> --- include/net/mac80211.h | 2 -- net/mac80211/sta_info.h | 3 --- 2 files changed, 5 deletions(-) --- linux-2.6.28-rc3-git4.orig/include/net/mac80211.h +++ linux-2.6.28-rc3-git4/include/net/mac80211.h @@ -1202,8 +1202,6 @@ enum ieee80211_ampdu_mlme_action { * This is needed only for IBSS mode and the result of this function is * used to determine whether to reply to Probe Requests. * - * @conf_ht: Configures low level driver with 802.11n HT data. Must be atomic. - * * @ampdu_action: Perform a certain A-MPDU action * The RA/TID combination determines the destination and TID we want * the ampdu action to be performed for. The action is defined through --- linux-2.6.28-rc3-git4.orig/net/mac80211/sta_info.h +++ linux-2.6.28-rc3-git4/net/mac80211/sta_info.h @@ -167,9 +167,6 @@ struct sta_ampdu_mlme { * @lock: used for locking all fields that require locking, see comments * in the header file. * @flaglock: spinlock for flags accesses - * @addr: MAC address of this STA - * @aid: STA's unique AID (1..2007, 0 = not assigned yet), - * only used in AP (and IBSS?) mode * @listen_interval: TBD * @pin_status: TBD * @flags: STA flags, see &enum ieee80211_sta_info_flags -- 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