mbox series

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

Message ID 20241218-ath12k_mlo_dfs-v1-0-058e783bcfc7@quicinc.com (mailing list archive)
Headers show
Series wifi: ath12k: add MLO DFS support | expand

Message

Aditya Kumar Singh Dec. 18, 2024, 3:41 a.m. UTC
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