mac80211: don't hang on to sched_scan_ies
authorJohannes Berg <johannes.berg@intel.com>
Tue, 4 Sep 2012 17:15:01 +0000 (19:15 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 6 Sep 2012 13:56:35 +0000 (15:56 +0200)
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>

No differences found