summaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2022-07-01 10:36:36 +0200
committerJohannes Berg <johannes.berg@intel.com>2022-07-01 10:36:36 +0200
commitc8a9415e6ddef98a948f8c30d9ec2e749c0ccd9d (patch)
tree51c71a820c5a274b0155f26b3f95031142a439d9 /include/net/cfg80211.h
parentfe37f73d1109367d749e2771045ae28e0c1543a9 (diff)
downloadlinux-c8a9415e6ddef98a948f8c30d9ec2e749c0ccd9d.tar.bz2
wifi: cfg80211: remove redundant documentation
These struct members no longer exist, remove them from documentation. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index c7e641071eff..87ebed6a48bd 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -5572,18 +5572,8 @@ static inline void wiphy_unlock(struct wiphy *wiphy)
* @identifier: (private) Identifier used in nl80211 to identify this
* wireless device if it has no netdev
* @u: union containing data specific to @iftype
- * @connected_addr: (private) BSSID or AP MLD address if connected
* @connected: indicates if connected or not (STA mode)
- * @current_bss: (private) Used by the internal configuration code
- * @chandef: (private) Used by the internal configuration code to track
- * the user-set channel definition.
- * @preset_chandef: (private) Used by the internal configuration code to
- * track the channel to be used for AP later
* @bssid: (private) Used by the internal configuration code
- * @ssid: (private) Used by the internal configuration code
- * @ssid_len: (private) Used by the internal configuration code
- * @mesh_id_len: (private) Used by the internal configuration code
- * @mesh_id_up_len: (private) Used by the internal configuration code
* @wext: (private) Used by the internal wireless extensions compat code
* @wext.ibss: (private) IBSS data part of wext handling
* @wext.connect: (private) connection handling data