Skip to content

Commit

Permalink
mac80211: remove last_probe_resp from bss
Browse files Browse the repository at this point in the history
We track this, but never use it, so we can
just remove it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
  • Loading branch information
Johannes Berg committed Jan 31, 2013
1 parent c65dd14 commit ce9877c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions net/mac80211/ieee80211_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 0 additions & 3 deletions net/mac80211/scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit ce9877c

Please sign in to comment.