Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cfg80211: remove obsolete comment for .sched_scan_stop() callback

The kerneldoc comment for .sched_scan_stop() callback describes a
driver_initiated flag, but the interface does not hold such a flag.

Reviewed-by: Franky (Zhenhui) Lin <frankyl@broadcom.com>
Reviewed-by: Hante Meuleman <meuleman@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>

authored by

Arend van Spriel and committed by
Johannes Berg
30d08a46 f3baed51

+1 -3
+1 -3
include/net/cfg80211.h
··· 1580 1580 * @set_cqm_txe_config: Configure connection quality monitor TX error 1581 1581 * thresholds. 1582 1582 * @sched_scan_start: Tell the driver to start a scheduled scan. 1583 - * @sched_scan_stop: Tell the driver to stop an ongoing scheduled 1584 - * scan. The driver_initiated flag specifies whether the driver 1585 - * itself has informed that the scan has stopped. 1583 + * @sched_scan_stop: Tell the driver to stop an ongoing scheduled scan. 1586 1584 * 1587 1585 * @mgmt_frame_register: Notify driver that a management frame type was 1588 1586 * registered. Note that this callback may not sleep, and cannot run