aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy Dunlap <randy.dunlap@oracle.com>2008-11-07 22:50:42 -0500
committerJohn W. Linville <linville@tuxdriver.com>2008-11-21 11:08:15 -0500
commit0ed94eaaed618634f68197161203aac9f849471e (patch)
treedaa650a6f9272f21c2dd5f3e6ed33fbd1a2e639c
parente4e58cf8cc646d93de852f32f972448a95387c60 (diff)
mac80211: remove more excess kernel-doc
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@oracle.com> cc: Johannes Berg <johannes@sipsolutions.net> cc: John W. Linville <linville@tuxdriver.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--include/net/mac80211.h2
-rw-r--r--net/mac80211/sta_info.h3
2 files changed, 0 insertions, 5 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index c813fbf7d364..0dbbfc7b0509 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -1269,8 +1269,6 @@ enum ieee80211_ampdu_mlme_action {
1269 * This is needed only for IBSS mode and the result of this function is 1269 * This is needed only for IBSS mode and the result of this function is
1270 * used to determine whether to reply to Probe Requests. 1270 * used to determine whether to reply to Probe Requests.
1271 * 1271 *
1272 * @conf_ht: Configures low level driver with 802.11n HT data. Must be atomic.
1273 *
1274 * @ampdu_action: Perform a certain A-MPDU action 1272 * @ampdu_action: Perform a certain A-MPDU action
1275 * The RA/TID combination determines the destination and TID we want 1273 * The RA/TID combination determines the destination and TID we want
1276 * the ampdu action to be performed for. The action is defined through 1274 * the ampdu action to be performed for. The action is defined through
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index 5ad9250b63ab..dc2606d0ae77 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -169,9 +169,6 @@ struct sta_ampdu_mlme {
169 * @lock: used for locking all fields that require locking, see comments 169 * @lock: used for locking all fields that require locking, see comments
170 * in the header file. 170 * in the header file.
171 * @flaglock: spinlock for flags accesses 171 * @flaglock: spinlock for flags accesses
172 * @addr: MAC address of this STA
173 * @aid: STA's unique AID (1..2007, 0 = not assigned yet),
174 * only used in AP (and IBSS?) mode
175 * @listen_interval: listen interval of this station, when we're acting as AP 172 * @listen_interval: listen interval of this station, when we're acting as AP
176 * @pin_status: used internally for pinning a STA struct into memory 173 * @pin_status: used internally for pinning a STA struct into memory
177 * @flags: STA flags, see &enum ieee80211_sta_info_flags 174 * @flags: STA flags, see &enum ieee80211_sta_info_flags