summary refs log tree commit diff
path: root/drivers/net
diff options
context:
space:
mode:
authorPierre-Loup A. Griffais <pgriffais@valvesoftware.com>2023-06-23 16:12:24 -0700
committerPierre-Loup A. Griffais <pgriffais@valvesoftware.com>2023-11-02 16:05:19 -0700
commitf2b35eaf2c8800fdbddfd49198f81275cc1d0438 (patch)
tree8730b906e7b5e97f8cdf77b2ecb617c109dea269 /drivers/net
parent50822880293196ba96bf6c85b34ae12fc182626b (diff)
downloadlinux-f2b35eaf2c8800fdbddfd49198f81275cc1d0438.tar.gz
antenna isolation patch from Quectel
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/wireless/ath/ath11k/core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c
index a8125b2a5cbb..60b0f459f9c7 100644
--- a/drivers/net/wireless/ath/ath11k/core.c
+++ b/drivers/net/wireless/ath/ath11k/core.c
@@ -1507,8 +1507,8 @@ static int ath11k_core_config_coex_isolation(struct ath11k_base *ab)
        struct wmi_coex_config_params param;
 
        memset(&param, 0, sizeof(struct wmi_coex_config_params));
-       param.config_type = WMI_COEX_CONFIG_BTC_MODE;
-       param.config_arg1 = WMI_COEX_BTC_MODE_ARG1_DEFAULT;
+       param.config_type = WMI_COEX_CONFIG_ANTENNA_ISOLATION;
+       param.config_arg1 = WMI_COEX_ISOLATION_ARG1_DEFAUT;
 
        return ath11k_wmi_send_coex_config(ar, &param);
 }