Loading net/mac80211/ieee80211_i.h +0 −2 Original line number Diff line number Diff line Loading @@ -95,8 +95,6 @@ struct ieee80211_bss { bool wmm_used; bool uapsd_supported; unsigned long last_probe_resp; #ifdef CONFIG_MAC80211_MESH u8 *mesh_id; size_t mesh_id_len; Loading net/mac80211/scan.c +0 −3 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
net/mac80211/ieee80211_i.h +0 −2 Original line number Diff line number Diff line Loading @@ -95,8 +95,6 @@ struct ieee80211_bss { bool wmm_used; bool uapsd_supported; unsigned long last_probe_resp; #ifdef CONFIG_MAC80211_MESH u8 *mesh_id; size_t mesh_id_len; Loading
net/mac80211/scan.c +0 −3 Original line number Diff line number Diff line Loading @@ -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; } Loading