mac80211: allow driver to return error from sched_scan_stop
authorJohannes Berg <johannes.berg@intel.com>
Mon, 17 Feb 2014 09:48:17 +0000 (10:48 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 20 Feb 2014 15:09:54 +0000 (16:09 +0100)
In order to solve races with sched_scan_stop, it is necessary
for the driver to be able to return an error to propagate that
to cfg80211 so it doesn't send an event.

Reviewed-by: Alexander Bondar <alexander.bondar@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

No differences found