]> www.infradead.org Git - users/jedix/linux-maple.git/commit
wifi: iwlwifi: mld: use the right iface iterator in low_latency
authorMiri Korenblit <miriam.rachel.korenblit@intel.com>
Sun, 9 Mar 2025 05:36:45 +0000 (07:36 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 11 Mar 2025 15:29:25 +0000 (16:29 +0100)
commit29b0ca82c1ee731691085ce8e8aac9e5bcd5d2b1
tree003e536fcebc8134d8e5f4e04d4370a796c47de0
parent6895d74c11d80c8c44cd14eade856c26a30902ad
wifi: iwlwifi: mld: use the right iface iterator in low_latency

We used ieee80211_iterate_active_interfaces instead of
ieee80211_iterate_active_interfaces_mtx, which is the one to use when
the wiphy lock is held.

Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Reviewed-by: Daniel Gabay <daniel.gabay@intel.com>
Reviewed-by: Benjamin Berg <benjamin.berg@intel.com>
Link: https://patch.msgid.link/20250309073442.925cdca61ed0.I34f5c52d27414cb4c301bbd24df7c3530a43fa1d@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/mld/low_latency.c