[PATCH 0/3] wifi: ath12k: add MLO DFS support

From: Aditya Kumar Singh
Date: Tue Dec 17 2024 - 22:42:05 EST


Patch 1 is fixing naming inconsistency in CAC_RUNNING flag.

Patch 2 is not directly related to MLO but fixing the CAC handling in
non-MLO cases as well.

Patch 3 is adding the MLO DFS support in ath12k.

---
Aditya Kumar Singh (3):
wifi: ath12k: rename CAC_RUNNING flag
wifi: ath12k: fix CAC running state during virtual interface start
wifi: ath12k: handle radar detection with MLO

drivers/net/wireless/ath/ath12k/core.h | 2 +-
drivers/net/wireless/ath/ath12k/dp_rx.c | 6 ++---
drivers/net/wireless/ath/ath12k/mac.c | 42 ++++++++++++++++++++++-----------
drivers/net/wireless/ath/ath12k/mac.h | 8 +++++++
drivers/net/wireless/ath/ath12k/wmi.c | 14 +++++++++--
5 files changed, 52 insertions(+), 20 deletions(-)
---
base-commit: 9a448415ed0c46edeb9170091a03b620986ca0b2
change-id: 20241217-ath12k_mlo_dfs-5cf41703c456