|
|
@@ -2206,7 +2206,12 @@ struct cfg80211_qos_map {
|
|
|
* @set_cqm_txe_config: Configure connection quality monitor TX error
|
|
|
* thresholds.
|
|
|
* @sched_scan_start: Tell the driver to start a scheduled scan.
|
|
|
- * @sched_scan_stop: Tell the driver to stop an ongoing scheduled scan.
|
|
|
+ * @sched_scan_stop: Tell the driver to stop an ongoing scheduled scan. This
|
|
|
+ * call must stop the scheduled scan and be ready for starting a new one
|
|
|
+ * before it returns, i.e. @sched_scan_start may be called immediately
|
|
|
+ * after that again and should not fail in that case. The driver should
|
|
|
+ * not call cfg80211_sched_scan_stopped() for a requested stop (when this
|
|
|
+ * method returns 0.)
|
|
|
*
|
|
|
* @mgmt_frame_register: Notify driver that a management frame type was
|
|
|
* registered. Note that this callback may not sleep, and cannot run
|