wifi: ath11k: enable SAR support on WCN6750
authorYoughandhar Chintala <quic_youghand@quicinc.com>
Tue, 28 Mar 2023 11:34:55 +0000 (17:04 +0530)
committerKalle Valo <quic_kvalo@quicinc.com>
Mon, 17 Apr 2023 10:15:43 +0000 (13:15 +0300)
Currently, SAR is enabled only on WCN6855, enable this for WCN6750 too. This
functionality gets triggered, when the user space application calls
NL80211_CMD_SET_SAR_SPECS.

Tested-on: WCN6750 hw1.0 AHB WLAN.MSL.1.0.1-00887-QCAMSLSWPLZ-1

Signed-off-by: Youghandhar Chintala <quic_youghand@quicinc.com>
Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
Link: https://lore.kernel.org/r/20230328113455.11252-1-quic_youghand@quicinc.com
drivers/net/wireless/ath/ath11k/core.c

index 498310e38d44d4778d95f9e945fe025fc608ba24..b1b90bd34d67ee37e801c48081ba1ca20f7aa9fa 100644 (file)
@@ -593,7 +593,7 @@ static const struct ath11k_hw_params ath11k_hw_params[] = {
                .current_cc_support = true,
                .dbr_debug_support = false,
                .global_reset = false,
-               .bios_sar_capa = NULL,
+               .bios_sar_capa = &ath11k_hw_sar_capa_wcn6855,
                .m3_fw_support = false,
                .fixed_bdf_addr = false,
                .fixed_mem_region = false,