diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-06-09 10:31:09 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-06-09 10:31:09 +0200 |
commit | d13e14148154e5ce58467e76321eef1dd912c416 (patch) | |
tree | db97279dd45c8aed3d61d5d1fe65c6dbf7a9a7d9 /net/mac80211 | |
parent | 6aee4ca3d2217d3f76469e5ed576d62695f0912a (diff) | |
download | op-kernel-dev-d13e14148154e5ce58467e76321eef1dd912c416.zip op-kernel-dev-d13e14148154e5ce58467e76321eef1dd912c416.tar.gz |
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/mac80211')
-rw-r--r-- | net/mac80211/sta_info.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 3bb24a1..525ce50 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 */ |