diff options
author | Jérôme Pouiller <jerome.pouiller@silabs.com> | 2020-02-21 14:55:58 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2020-02-24 12:26:58 +0300 |
commit | af18d341fbdfd36a37eda1f0c26ff96a4ece9a36 (patch) | |
tree | 0daac189239c9f008688f5f9204b6927d627b70b /include/net/cfg80211.h | |
parent | 4308d955a561f5e332952dce83ef42fca5914f5e (diff) | |
download | linux-af18d341fbdfd36a37eda1f0c26ff96a4ece9a36.tar.xz |
cfg80211: drop duplicated documentation of field "_net"
The field "_net" was already documented above the definition of struct
wiphy. Both comments were identical.
Signed-off-by: Jérôme Pouiller <jerome.pouiller@silabs.com>
Link: https://lore.kernel.org/r/20200221115604.594035-4-Jerome.Pouiller@silabs.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-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 e849f4e2ae85..23a7f689bbb3 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -4699,7 +4699,6 @@ struct wiphy { struct list_head wdev_list; - /* the network namespace this phy lives in currently */ possible_net_t _net; #ifdef CONFIG_CFG80211_WEXT |