lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Sun, 3 Dec 2017 13:17:02 -0800
From:   Randy Dunlap <rdunlap@...radead.org>
To:     "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        "linux-doc@...r.kernel.org" <linux-doc@...r.kernel.org>,
        David Miller <davem@...emloft.net>
Cc:     Arend Van Spriel <arend.vanspriel@...adcom.com>
Subject: [PATCH] cfg80211: fix kernel-doc warnings

From: Randy Dunlap <rdunlap@...radead.org>

Drop kernel-doc comment for this value since this value was dropped
in a previous commit.

Fixes >100 of these warnings:
../include/net/cfg80211.h:3278: warning: Excess enum value 'WIPHY_FLAG_SUPPORTS_SCHED_SCAN' description in 'wiphy_flags'

Fixes: ca986ad9bcd3 ("nl80211: allow multiple active scheduled scan requests")
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Arend Van Spriel <arend.vanspriel@...adcom.com>
---
 include/net/cfg80211.h |    1 -
 1 file changed, 1 deletion(-)

--- lnx-415-rc2.orig/include/net/cfg80211.h
+++ lnx-415-rc2/include/net/cfg80211.h
@@ -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.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ