aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2013-06-05 09:32:50 +0200
committerJohannes Berg <johannes.berg@intel.com>2013-06-05 09:33:32 +0200
commit780b40df12cf0161d8ccc5381940e04584793933 (patch)
tree3b35e1e7304ed0da8e88b99b9d19847d086c6aba /net/mac80211/sta_info.h
parentmac80211: Use suitable semantics for beacon availability indication (diff)
downloadlinux-dev-780b40df12cf0161d8ccc5381940e04584793933.tar.xz
linux-dev-780b40df12cf0161d8ccc5381940e04584793933.zip
wireless: fix kernel-doc
Some kernel-doc fixes for forgotten fields and renamed things. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r--net/mac80211/sta_info.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index 41c28b977f7c..bd12fc54266c 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -297,6 +297,9 @@ struct sta_ampdu_mlme {
* @rcu_head: RCU head used for freeing this station struct
* @cur_max_bandwidth: maximum bandwidth to use for TX to the station,
* taken from HT/VHT capabilities or VHT operating mode notification
+ * @chains: chains ever used for RX from this station
+ * @chain_signal_last: last signal (per chain)
+ * @chain_signal_avg: signal average (per chain)
*/
struct sta_info {
/* General information, mostly static */