|
@@ -2460,6 +2460,7 @@ enum ieee80211_roc_type {
|
|
|
* This process will continue until sched_scan_stop is called.
|
|
|
*
|
|
|
* @sched_scan_stop: Tell the hardware to stop an ongoing scheduled scan.
|
|
|
+ * In this case, ieee80211_sched_scan_stopped() must not be called.
|
|
|
*
|
|
|
* @sw_scan_start: Notifier function that is called just before a software scan
|
|
|
* is started. Can be NULL, if the driver doesn't need this notification.
|
|
@@ -2807,7 +2808,7 @@ struct ieee80211_ops {
|
|
|
struct ieee80211_vif *vif,
|
|
|
struct cfg80211_sched_scan_request *req,
|
|
|
struct ieee80211_sched_scan_ies *ies);
|
|
|
- void (*sched_scan_stop)(struct ieee80211_hw *hw,
|
|
|
+ int (*sched_scan_stop)(struct ieee80211_hw *hw,
|
|
|
struct ieee80211_vif *vif);
|
|
|
void (*sw_scan_start)(struct ieee80211_hw *hw);
|
|
|
void (*sw_scan_complete)(struct ieee80211_hw *hw);
|