]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: mac80211: Adjust CQM handling for MLO
authorIlan Peer <ilan.peer@intel.com>
Wed, 28 Feb 2024 08:47:54 +0000 (09:47 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 4 Mar 2024 13:31:50 +0000 (14:31 +0100)
commit0e3a22389defd20215657f0442ae109b160f2eee
tree4b8e497b983117b93cceac0a5477df300460fedf
parentddf82e752f8a3253e03fe4c0a957792701f8b2e6
wifi: mac80211: Adjust CQM handling for MLO

The CQM handling did not consider the MLO case and thus notified
a not-existing link with the CQM change. To fix this, propagate
the CQM notification to all the active links (handling both the
non-MLO and MLO cases).

TODO: this currently propagates the same configuration to all
links regardless of the band. This might not be the correct
approach as different links might need to be configured with
different values.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Reviewed-by: Miriam Rachel Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://msgid.link/20240228094753.bf6a3fefe553.Id738810b73e1087e01d5885508b70a3631707627@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/cfg.c