]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
wifi: cfg80211: only verify part of Extended MLD Capabilities
authorBenjamin Berg <benjamin.berg@intel.com>
Mon, 9 Jun 2025 18:35:21 +0000 (21:35 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 9 Jul 2025 09:52:35 +0000 (11:52 +0200)
commitafebe192ebfef7f6e0be0a070325995771bcd7e8
tree56c7378296b55c34ff1dc3345275c1e77651d790
parenta1d9979c36a4362cdee628bf2b30d83aab611098
wifi: cfg80211: only verify part of Extended MLD Capabilities

We verify that the Extended MLD Capabilities are matching between links.
However, some bits are reserved and in particular the Recommended Max
Links subfield may not necessarily match. So only verify the known
subfields that can reliably be expected to be the same. More information
can be found in Table 9-417o, in IEEE P802.11be/D7.0.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250609213231.a2fad48dd3e6.Iae1740cd2ac833bc4a64fd2af718e1485158fd42@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/linux/ieee80211.h
net/wireless/mlme.c