diff options
author | Johannes Berg <johannes.berg@intel.com> | 2013-02-08 03:06:36 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-02-11 12:44:53 -0500 |
commit | 077f897a8be9c617e69035af4d17a472d4af272b (patch) | |
tree | 4415b34586d3c24522c58f6842b9dc2fc5c494e3 /net/mac80211/sta_info.h | |
parent | 5b112d3d098c97b867cc580f590395cd1e72f18c (diff) |
wireless: fix kernel-doc
Fix most kernel-doc warnings, for some reason it
seems to have issues with __aligned, don't remove
the documentation entries it considers to be in
excess due to that.
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 5a1deba2c645..350578c396c0 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -298,6 +298,7 @@ struct sta_ampdu_mlme { | |||
298 | * @beacon_loss_count: number of times beacon loss has triggered | 298 | * @beacon_loss_count: number of times beacon loss has triggered |
299 | * @supports_40mhz: tracks whether the station advertised 40 MHz support | 299 | * @supports_40mhz: tracks whether the station advertised 40 MHz support |
300 | * as we overwrite its HT parameters with the currently used value | 300 | * as we overwrite its HT parameters with the currently used value |
301 | * @rcu_head: RCU head used for freeing this station struct | ||
301 | */ | 302 | */ |
302 | struct sta_info { | 303 | struct sta_info { |
303 | /* General information, mostly static */ | 304 | /* General information, mostly static */ |