mac80211: allow driver to return error from sched_scan_stop
[deliverable/linux.git] / net / mac80211 / scan.c
index b211e412511f8d06057a8d814305c90a22bfe66d..836f500dfbf3c989f1f4d21fa281da0d506468fa 100644 (file)
@@ -1056,7 +1056,7 @@ int ieee80211_request_sched_scan_stop(struct ieee80211_sub_if_data *sdata)
        local->sched_scan_req = NULL;
 
        if (rcu_access_pointer(local->sched_scan_sdata))
-               drv_sched_scan_stop(local, sdata);
+               ret = drv_sched_scan_stop(local, sdata);
 
 out:
        mutex_unlock(&local->mtx);
This page took 0.024046 seconds and 5 git commands to generate.