diff options
author | Johannes Berg <johannes.berg@intel.com> | 2013-06-05 09:32:50 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2013-06-05 09:33:32 +0200 |
commit | 780b40df12cf0161d8ccc5381940e04584793933 (patch) | |
tree | 3b35e1e7304ed0da8e88b99b9d19847d086c6aba /net/mac80211/sta_info.h | |
parent | 989c6505cdda587f87573bb6828f23964dd3d19b (diff) |
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.h | 3 |
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 */ |