This patch series addresses the intersection of scan and DFS operations with multi-radio wiphy case. The changes allow for more flexible handling of scan and DFS operations when both operations are on different radios within a same wiphy. --- Aditya Kumar Singh (1): wifi: mac80211: Allow DFS/CSA on a radio if scan is ongoing on another radio Raj Kumar Bhagat (1): wifi: mac80211: Allow scan on a radio while operating on DFS on another radio Vasanthakumar Thiagarajan (1): wifi: cfg80211: Add utility API to get radio index from channel include/net/cfg80211.h | 11 ++++++++ net/mac80211/cfg.c | 66 ++++++++++++++++++++++++++++++++++++++++++++-- net/mac80211/chan.c | 30 ++++++++++++++++++--- net/mac80211/ieee80211_i.h | 6 ++++- net/mac80211/offchannel.c | 5 +++- net/mac80211/scan.c | 20 +++++++++----- net/mac80211/util.c | 28 ++++++++++++++++++++ net/wireless/util.c | 24 +++++++++++++++++ 8 files changed, 176 insertions(+), 14 deletions(-) --- base-commit: 63a9a727d373fa5b8ce509eef50dbc45e0f745b9 change-id: 20250514-mlo-dfs-acs-33d7d9eea437