diff options
author | Johannes Berg <johannes.berg@intel.com> | 2015-08-28 10:52:52 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-09-22 15:21:25 +0200 |
commit | 8e0d7fe07c3f8c2a5e3b5bdbfdf09de4da2e2dd4 (patch) | |
tree | b207f6696a928d066bf13addf58c8c119129ed57 /net/mac80211/ieee80211_i.h | |
parent | c85fb53c4fa6521352028c40ce096a808aabd389 (diff) | |
download | lwn-8e0d7fe07c3f8c2a5e3b5bdbfdf09de4da2e2dd4.tar.gz lwn-8e0d7fe07c3f8c2a5e3b5bdbfdf09de4da2e2dd4.zip |
mac80211: remove last_beacon/ave_beacon debugfs files
These file aren't really useful:
- if per beacon data is required then you need to use
radiotap or similar anyway, debugfs won't help much
- average beacon signal is reported in station info in
nl80211 and can be looked up with iw
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 65f4faa94e4e..9482f323fd19 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -490,9 +490,6 @@ struct ieee80211_if_managed { s16 p2p_noa_index; - /* Signal strength from the last Beacon frame in the current BSS. */ - int last_beacon_signal; - /* * Weighted average of the signal strength from Beacon frames in the * current BSS. This is in units of 1/16 of the signal unit to maintain |