[PATCH 0/4] wifi: ath12k: add 11d scan offload support and handle country code for WCN7850
Wen Gong
quic_wgong at quicinc.com
Wed Sep 6 01:29:44 PDT 2023
Add handler to send WMI_SET_CURRENT_COUNTRY_CMDID which is needed for
11d scan offload to firmware. And add support for 11d scan offload for
WCN7850.
Also fix firmware crash for country code set for WCN7850 and store country
code for device recovery for WCN7850.
Wen Gong (4):
wifi: ath12k: add configure country code for WCN7850
wifi: ath12k: add 11d scan offload support
wifi: ath12k: avoid firmware crash when reg set for WCN7850
wifi: ath12k: store and send country code to firmware after recovery
drivers/net/wireless/ath/ath12k/core.c | 36 ++++-
drivers/net/wireless/ath/ath12k/core.h | 17 +++
drivers/net/wireless/ath/ath12k/hw.c | 3 +
drivers/net/wireless/ath/ath12k/hw.h | 1 +
drivers/net/wireless/ath/ath12k/mac.c | 178 ++++++++++++++++++++++++-
drivers/net/wireless/ath/ath12k/mac.h | 7 +
drivers/net/wireless/ath/ath12k/reg.c | 67 ++++++++--
drivers/net/wireless/ath/ath12k/reg.h | 3 +-
drivers/net/wireless/ath/ath12k/wmi.c | 159 +++++++++++++++++++++-
drivers/net/wireless/ath/ath12k/wmi.h | 38 ++++++
10 files changed, 489 insertions(+), 20 deletions(-)
base-commit: 3f257461ab0ab19806bae2bfde4c3cd88dbf050e
--
2.40.1
More information about the ath12k
mailing list