diff options
author | Jonathan Corbet <corbet@lwn.net> | 2017-12-11 17:37:49 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2017-12-19 03:15:36 -0500 |
commit | 958a1b5a5ed02a768eb27760268251af93090caf (patch) | |
tree | 49458ae8f8d5cfc9efc8f566d3f25c5654e519c5 | |
parent | 162bd5e5fd921785077b5862d8f2ffabe2fe11e5 (diff) |
nl80211: Remove obsolete kerneldoc line
Commit ca986ad9bcd3 (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>
-rw-r--r-- | include/net/cfg80211.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 8b8118a7fadb..cb4d92b79cd9 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h | |||
@@ -3226,7 +3226,6 @@ struct cfg80211_ops { | |||
3226 | * @WIPHY_FLAG_IBSS_RSN: The device supports IBSS RSN. | 3226 | * @WIPHY_FLAG_IBSS_RSN: The device supports IBSS RSN. |
3227 | * @WIPHY_FLAG_MESH_AUTH: The device supports mesh authentication by routing | 3227 | * @WIPHY_FLAG_MESH_AUTH: The device supports mesh authentication by routing |
3228 | * auth frames to userspace. See @NL80211_MESH_SETUP_USERSPACE_AUTH. | 3228 | * auth frames to userspace. See @NL80211_MESH_SETUP_USERSPACE_AUTH. |
3229 | * @WIPHY_FLAG_SUPPORTS_SCHED_SCAN: The device supports scheduled scans. | ||
3230 | * @WIPHY_FLAG_SUPPORTS_FW_ROAM: The device supports roaming feature in the | 3229 | * @WIPHY_FLAG_SUPPORTS_FW_ROAM: The device supports roaming feature in the |
3231 | * firmware. | 3230 | * firmware. |
3232 | * @WIPHY_FLAG_AP_UAPSD: The device supports uapsd on AP. | 3231 | * @WIPHY_FLAG_AP_UAPSD: The device supports uapsd on AP. |