diff mbox series

[05/10] cfg80211: drop duplicated documentation of field "perm_addr"

Message ID 20200221115604.594035-5-Jerome.Pouiller@silabs.com
State Awaiting Upstream
Delegated to: David Miller
Headers show
Series [01/10] cfg80211: drop duplicated documentation of field "probe_resp_offload" | expand

Commit Message

Jérôme Pouiller Feb. 21, 2020, 11:55 a.m. UTC
From: Jérôme Pouiller <jerome.pouiller@silabs.com>

The field "perm_addr" was already documented above the definition of
struct wiphy. Comments were almost identical.

Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
---
 include/net/cfg80211.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 59c8108eb756..b5f6fe56974e 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -4551,7 +4551,6 @@  struct cfg80211_pmsr_capabilities {
 struct wiphy {
 	/* assign these fields before you register the wiphy */
 
-	/* permanent MAC address(es) */
 	u8 perm_addr[ETH_ALEN];
 	u8 addr_mask[ETH_ALEN];