aboutsummaryrefslogtreecommitdiff
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
authorGravatar Veerendranath Jakkam <quic_vjakkam@quicinc.com> 2022-12-06 13:32:26 +0530
committerGravatar Johannes Berg <johannes.berg@intel.com> 2023-01-18 17:31:50 +0100
commitbfc551679cd63ca3a4b3e7f338aa2bb06ce43e25 (patch)
treeb61b50bfcf53d062dd095488e9a09be1128179e6 /include/net/cfg80211.h
parentwifi: cfg80211: Support 32 bytes KCK key in GTK rekey offload (diff)
downloadlinux-bfc551679cd63ca3a4b3e7f338aa2bb06ce43e25.tar.gz
linux-bfc551679cd63ca3a4b3e7f338aa2bb06ce43e25.tar.bz2
linux-bfc551679cd63ca3a4b3e7f338aa2bb06ce43e25.zip
wifi: cfg80211: Use MLD address to indicate MLD STA disconnection
We use station's MLD address to report disconnection of MLD station. Update the documentation in multiple places to indicate this. Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com> Link: https://lore.kernel.org/r/20221206080226.1702646-4-quic_vjakkam@quicinc.com [update commit message] Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index f96db7ad64f1..54a77d906b2d 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -7775,7 +7775,7 @@ void cfg80211_new_sta(struct net_device *dev, const u8 *mac_addr,
/**
* cfg80211_del_sta_sinfo - notify userspace about deletion of a station
* @dev: the netdev
- * @mac_addr: the station's address
+ * @mac_addr: the station's address. For MLD station, MLD address is used.
* @sinfo: the station information/statistics
* @gfp: allocation flags
*/
@@ -7786,7 +7786,7 @@ void cfg80211_del_sta_sinfo(struct net_device *dev, const u8 *mac_addr,
* cfg80211_del_sta - notify userspace about deletion of a station
*
* @dev: the netdev
- * @mac_addr: the station's address
+ * @mac_addr: the station's address. For MLD station, MLD address is used.
* @gfp: allocation flags
*/
static inline void cfg80211_del_sta(struct net_device *dev,