mbox series

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

Message ID 20241218-ath12k_mlo_dfs-v1-0-058e783bcfc7@quicinc.com
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

Comments

Jeff Johnson Jan. 8, 2025, 12:32 a.m. UTC | #1
On Wed, 18 Dec 2024 09:11:31 +0530, Aditya Kumar Singh wrote:
> 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.
> 
> [...]

Applied, thanks!

[1/3] wifi: ath12k: rename CAC_RUNNING flag
      commit: d31241cbd9c5d74eb19192e57806e9c9ee3378f7
[2/3] wifi: ath12k: fix CAC running state during virtual interface start
      commit: 11b86e2ce94278332af8da9c0b560a15c17efd26
[3/3] wifi: ath12k: handle radar detection with MLO
      commit: 40562e84e262dcc1c7226a0094761f6b5eec8153

Best regards,