aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211')
-rw-r--r--net/mac80211/ieee80211_i.h2
-rw-r--r--net/mac80211/scan.c3
2 files changed, 0 insertions, 5 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 5ce0b6b6e182..12666c2ed49e 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -95,8 +95,6 @@ struct ieee80211_bss {
95 bool wmm_used; 95 bool wmm_used;
96 bool uapsd_supported; 96 bool uapsd_supported;
97 97
98 unsigned long last_probe_resp;
99
100#ifdef CONFIG_MAC80211_MESH 98#ifdef CONFIG_MAC80211_MESH
101 u8 *mesh_id; 99 u8 *mesh_id;
102 size_t mesh_id_len; 100 size_t mesh_id_len;
diff --git a/net/mac80211/scan.c b/net/mac80211/scan.c
index 607684c47d55..f69a1b9cb131 100644
--- a/net/mac80211/scan.c
+++ b/net/mac80211/scan.c
@@ -146,9 +146,6 @@ ieee80211_bss_info_update(struct ieee80211_local *local,
146 bss->valid_data |= IEEE80211_BSS_VALID_WMM; 146 bss->valid_data |= IEEE80211_BSS_VALID_WMM;
147 } 147 }
148 148
149 if (!beacon)
150 bss->last_probe_resp = jiffies;
151
152 return bss; 149 return bss;
153} 150}
154 151