mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
nl80211: Remove obsolete kerneldoc line
Commit ca986ad9bc
(nl80211: allow multiple active scheduled scan
requests) removed WIPHY_FLAG_SUPPORTS_SCHED_SCAN but left the kerneldoc
description in place, leading to this docs-build warning:
./include/net/cfg80211.h:3278: warning: Excess enum value
'WIPHY_FLAG_SUPPORTS_SCHED_SCAN' description in 'wiphy_flags'
Remove the line and gain a bit of peace.
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Acked-by: Arend van Spriel <arend.vanspriel@broadcom.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
162bd5e5fd
commit
958a1b5a5e
1 changed files with 0 additions and 1 deletions
|
@ -3226,7 +3226,6 @@ struct cfg80211_ops {
|
|||
* @WIPHY_FLAG_IBSS_RSN: The device supports IBSS RSN.
|
||||
* @WIPHY_FLAG_MESH_AUTH: The device supports mesh authentication by routing
|
||||
* auth frames to userspace. See @NL80211_MESH_SETUP_USERSPACE_AUTH.
|
||||
* @WIPHY_FLAG_SUPPORTS_SCHED_SCAN: The device supports scheduled scans.
|
||||
* @WIPHY_FLAG_SUPPORTS_FW_ROAM: The device supports roaming feature in the
|
||||
* firmware.
|
||||
* @WIPHY_FLAG_AP_UAPSD: The device supports uapsd on AP.
|
||||
|
|
Loading…
Reference in a new issue