0057-wifi-ath11k-enable-SAR-support-on-WCN6750.patch 1.1 KB

1234567891011121314151617181920212223242526272829
  1. From abf57d84973ce1abcb67504ac0df8aea1fe09a76 Mon Sep 17 00:00:00 2001
  2. From: Youghandhar Chintala <quic_youghand@quicinc.com>
  3. Date: Tue, 28 Mar 2023 17:04:55 +0530
  4. Subject: [PATCH] wifi: ath11k: enable SAR support on WCN6750
  5. Currently, SAR is enabled only on WCN6855, enable this for WCN6750 too. This
  6. functionality gets triggered, when the user space application calls
  7. NL80211_CMD_SET_SAR_SPECS.
  8. Tested-on: WCN6750 hw1.0 AHB WLAN.MSL.1.0.1-00887-QCAMSLSWPLZ-1
  9. Signed-off-by: Youghandhar Chintala <quic_youghand@quicinc.com>
  10. Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
  11. Link: https://lore.kernel.org/r/20230328113455.11252-1-quic_youghand@quicinc.com
  12. ---
  13. drivers/net/wireless/ath/ath11k/core.c | 2 +-
  14. 1 file changed, 1 insertion(+), 1 deletion(-)
  15. --- a/drivers/net/wireless/ath/ath11k/core.c
  16. +++ b/drivers/net/wireless/ath/ath11k/core.c
  17. @@ -593,7 +593,7 @@ static const struct ath11k_hw_params ath
  18. .current_cc_support = true,
  19. .dbr_debug_support = false,
  20. .global_reset = false,
  21. - .bios_sar_capa = NULL,
  22. + .bios_sar_capa = &ath11k_hw_sar_capa_wcn6855,
  23. .m3_fw_support = false,
  24. .fixed_bdf_addr = false,
  25. .fixed_mem_region = false,