Following commit 4c546023d71a ("wifi: ath12k: update regulatory rules when interface added"), the WCN7850 fails to connect to a 6 GHz AP due to ah->regd_updated not being reset. This issue is addressed in patch 1. For the same reason, regulatory domain updates also fail during interface addition and connection establishment. These issues are resolved in patches 2 and 3, respectively. --- Baochen Qiang (3): wifi: ath12k: fix regdomain update failure after 11D scan completes wifi: ath12k: fix regdomain update failure when adding interface wifi: ath12k: fix regdomain update failure when connection establishes drivers/net/wireless/ath/ath12k/mac.c | 2 ++ drivers/net/wireless/ath/ath12k/reg.c | 2 +- drivers/net/wireless/ath/ath12k/wmi.c | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) --- base-commit: 5b5f14fc4d737a956dedafb996459c4276f4fa49 change-id: 20250521-ath12k-fix-ah-regd_updated-630a550a0e79