uboot-envtools: ramips: add support for ALFA Network AX1800RM
[openwrt/staging/wigyori.git] / package / kernel / mac80211 / patches / ath11k / 0057-wifi-ath11k-enable-SAR-support-on-WCN6750.patch
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
6 Currently, SAR is enabled only on WCN6855, enable this for WCN6750 too. This
7 functionality gets triggered, when the user space application calls
8 NL80211_CMD_SET_SAR_SPECS.
9
10 Tested-on: WCN6750 hw1.0 AHB WLAN.MSL.1.0.1-00887-QCAMSLSWPLZ-1
11
12 Signed-off-by: Youghandhar Chintala <quic_youghand@quicinc.com>
13 Signed-off-by: Kalle Valo <quic_kvalo@quicinc.com>
14 Link: https://lore.kernel.org/r/20230328113455.11252-1-quic_youghand@quicinc.com
15 ---
16 drivers/net/wireless/ath/ath11k/core.c | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 --- a/drivers/net/wireless/ath/ath11k/core.c
20 +++ b/drivers/net/wireless/ath/ath11k/core.c
21 @@ -593,7 +593,7 @@ static const struct ath11k_hw_params ath
22 .current_cc_support = true,
23 .dbr_debug_support = false,
24 .global_reset = false,
25 - .bios_sar_capa = NULL,
26 + .bios_sar_capa = &ath11k_hw_sar_capa_wcn6855,
27 .m3_fw_support = false,
28 .fixed_bdf_addr = false,
29 .fixed_mem_region = false,