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>
This commit is contained in:
Jérôme Pouiller 2020-02-21 12:55:58 +01:00 committed by Johannes Berg
parent 4308d955a5
commit af18d341fb

View File

@ -4699,7 +4699,6 @@ struct wiphy {
struct list_head wdev_list; struct list_head wdev_list;
/* the network namespace this phy lives in currently */
possible_net_t _net; possible_net_t _net;
#ifdef CONFIG_CFG80211_WEXT #ifdef CONFIG_CFG80211_WEXT