mac80211: remove last_probe_resp from bss
We track this, but never use it, so we can just remove it. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
@@ -146,9 +146,6 @@ ieee80211_bss_info_update(struct ieee80211_local *local,
|
||||
bss->valid_data |= IEEE80211_BSS_VALID_WMM;
|
||||
}
|
||||
|
||||
if (!beacon)
|
||||
bss->last_probe_resp = jiffies;
|
||||
|
||||
return bss;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user