diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-09-04 17:15:01 (GMT) |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-09-06 13:56:35 (GMT) |
commit | 30dd3edf97abda301150c8cf26fed21e53e3a9ce (patch) | |
tree | 595b08d29e6b5c2358228783d5f825d6dc4f61cf /net/mac80211/ieee80211_i.h | |
parent | 944b9e375d89271c39995d363f62cb91734fae5f (diff) | |
download | linux-30dd3edf97abda301150c8cf26fed21e53e3a9ce.tar.xz |
mac80211: don't hang on to sched_scan_ies
There's no need to keep a copy of the scheduled
scan IEs after the driver has been told, if it
requires a copy it must make one. Therefore, we
can move sched_scan_ies into the function.
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 204bfed..0a983fb 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h @@ -970,7 +970,6 @@ struct ieee80211_local { int scan_channel_idx; int scan_ies_len; - struct ieee80211_sched_scan_ies sched_scan_ies; struct work_struct sched_scan_stopped_work; struct ieee80211_sub_if_data __rcu *sched_scan_sdata; |