aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2012-06-09 10:31:09 +0200
committerJohannes Berg <johannes.berg@intel.com>2012-06-09 10:31:09 +0200
commitd13e14148154e5ce58467e76321eef1dd912c416 (patch)
treedb97279dd45c8aed3d61d5d1fe65c6dbf7a9a7d9 /net
parentmac80211: add back channel change flag (diff)
downloadlinux-dev-d13e14148154e5ce58467e76321eef1dd912c416.tar.xz
linux-dev-d13e14148154e5ce58467e76321eef1dd912c416.zip
mac80211: add some missing kernel-doc
Add a few kernel-doc descriptions that were missed during development. Reported-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net')
-rw-r--r--net/mac80211/sta_info.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index 3bb24a121c95..525ce5077e1c 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -278,6 +278,8 @@ struct sta_ampdu_mlme {
* @sta: station information we share with the driver
* @sta_state: duplicates information about station state (for debug)
* @beacon_loss_count: number of times beacon loss has triggered
+ * @supports_40mhz: tracks whether the station advertised 40 MHz support
+ * as we overwrite its HT parameters with the currently used value
*/
struct sta_info {
/* General information, mostly static */