summaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2015-10-16 17:18:11 +0200
committerJohannes Berg <johannes.berg@intel.com>2015-10-21 10:08:21 +0200
commit976bd9efdae6a844079ba4a7898a38d229ef246c (patch)
treef077d5f3e587294c4d62a2dc98fe62cc06a03f45 /net/mac80211/sta_info.h
parent763aa27a292113b6fd9f6ad8bf633edc9b13c98b (diff)
downloadlinux-stable-976bd9efdae6a844079ba4a7898a38d229ef246c.tar.gz
linux-stable-976bd9efdae6a844079ba4a7898a38d229ef246c.tar.bz2
linux-stable-976bd9efdae6a844079ba4a7898a38d229ef246c.zip
mac80211: move beacon_loss_count into ifmgd
There's little point in keeping (and even sending to userspace) the beacon_loss_count value per station, since it can only apply to the AP on a managed-mode connection. Move the value to ifmgd, advertise it only in managed mode, and remove it from ethtool as it's available through better interfaces. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r--net/mac80211/sta_info.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index 7bb5781b4ce2..3a401d40c329 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -508,7 +508,6 @@ struct sta_info {
enum ieee80211_sta_rx_bandwidth cur_max_bandwidth;
unsigned int lost_packets;
- unsigned int beacon_loss_count;
enum ieee80211_smps_mode known_smps_mode;
const struct ieee80211_cipher_scheme *cipher_scheme;