diff options
author | Luis de Bethencourt <luisbg@osg.samsung.com> | 2016-03-18 19:23:18 +0000 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2016-04-05 11:12:09 +0200 |
commit | c2d45923e3df43b58bddf80debd8e22edd5077bf (patch) | |
tree | 5c81aff86a0a82f22a80f3070e71b039754fdf95 /net/mac80211 | |
parent | 84ea3a18c06c7ae94b76f763c462bf1e0ce4dc79 (diff) | |
download | linux-c2d45923e3df43b58bddf80debd8e22edd5077bf.tar.gz linux-c2d45923e3df43b58bddf80debd8e22edd5077bf.tar.xz |
mac80211: remove description of dropped member
Commit 976bd9efdae6 ("mac80211: move beacon_loss_count into ifmgd")
removed the member from the sta_info struct but the description stayed
lingering. Remove it.
Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/sta_info.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 053f5c4fa495..62193f4bc37b 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -377,7 +377,6 @@ DECLARE_EWMA(signal, 1024, 8) * @uploaded: set to true when sta is uploaded to the driver * @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 * @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 |