aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2012-06-09 04:31:09 -0400
committerJohannes Berg <johannes.berg@intel.com>2012-06-09 04:31:09 -0400
commitd13e14148154e5ce58467e76321eef1dd912c416 (patch)
treedb97279dd45c8aed3d61d5d1fe65c6dbf7a9a7d9 /net
parent6aee4ca3d2217d3f76469e5ed576d62695f0912a (diff)
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 3bb24a121c9..525ce5077e1 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -278,6 +278,8 @@ struct sta_ampdu_mlme {
278 * @sta: station information we share with the driver 278 * @sta: station information we share with the driver
279 * @sta_state: duplicates information about station state (for debug) 279 * @sta_state: duplicates information about station state (for debug)
280 * @beacon_loss_count: number of times beacon loss has triggered 280 * @beacon_loss_count: number of times beacon loss has triggered
281 * @supports_40mhz: tracks whether the station advertised 40 MHz support
282 * as we overwrite its HT parameters with the currently used value
281 */ 283 */
282struct sta_info { 284struct sta_info {
283 /* General information, mostly static */ 285 /* General information, mostly static */