diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-05-19 04:39:34 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-05-20 14:46:32 -0400 |
commit | cce4c77b87ce7e71a0f244a3dfb6ac1c3a1bc67e (patch) | |
tree | 0de4a33b1a23836a6324dbcbc9468962513e8d16 /include/net | |
parent | 2c617b0324c4b05e8e08f14407a9be3b7756768f (diff) |
mac80211: fix kernel-doc
Moving information from config_interface to bss_info_changed
removed struct ieee80211_if_conf which the documentation still
refers to, additionally there's one kernel-doc description too
much and one other missing, fix all this.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/mac80211.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h index d10ed1776fcd..2d0610581efc 100644 --- a/include/net/mac80211.h +++ b/include/net/mac80211.h | |||
@@ -173,7 +173,6 @@ enum ieee80211_bss_change { | |||
173 | * @timestamp: beacon timestamp | 173 | * @timestamp: beacon timestamp |
174 | * @beacon_int: beacon interval | 174 | * @beacon_int: beacon interval |
175 | * @assoc_capability: capabilities taken from assoc resp | 175 | * @assoc_capability: capabilities taken from assoc resp |
176 | * @ht: BSS's HT configuration | ||
177 | * @basic_rates: bitmap of basic rates, each bit stands for an | 176 | * @basic_rates: bitmap of basic rates, each bit stands for an |
178 | * index into the rate table configured by the driver in | 177 | * index into the rate table configured by the driver in |
179 | * the current band. | 178 | * the current band. |