summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIlan Peer <ilan.peer@intel.com>2025-03-09 00:03:37 +0300
committerJohannes Berg <johannes.berg@intel.com>2025-03-11 12:53:10 +0300
commite16caea70610ed4226034dfcdaa5c43b36ff9e0a (patch)
treea192fc340fe677df982cca3ca92c916c37405e70 /include
parent0e104aa3676d020f6c442cd7fbaeb72adaaab6fc (diff)
downloadlinux-e16caea70610ed4226034dfcdaa5c43b36ff9e0a.tar.xz
wifi: cfg80211: Update the link address when a link is added
When links are added, update the wireless device link addresses based on the information provided by the driver. Signed-off-by: Ilan Peer <ilan.peer@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250308225541.d694a9125aba.I79b010ea9aab47893e4f22c266362fde30b7f9ac@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include')
-rw-r--r--include/net/cfg80211.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index c61894c1265a..73f0e75cc814 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -9770,6 +9770,7 @@ struct cfg80211_mlo_reconf_done_data {
u16 added_links;
struct {
struct cfg80211_bss *bss;
+ u8 *addr;
} links[IEEE80211_MLD_MAX_NUM_LINKS];
};