diff options
| author | Dmitry Torokhov <[email protected]> | 2023-08-30 16:06:38 -0700 | 
|---|---|---|
| committer | Dmitry Torokhov <[email protected]> | 2023-08-30 16:06:38 -0700 | 
| commit | 1ac731c529cd4d6adbce134754b51ff7d822b145 (patch) | |
| tree | 143ab3f35ca5f3b69f583c84e6964b17139c2ec1 /drivers/net/wireless/ath/ath11k/core.c | |
| parent | 07b4c950f27bef0362dc6ad7ee713aab61d58149 (diff) | |
| parent | 54116d442e001e1b6bd482122043b1870998a1f3 (diff) | |
Merge branch 'next' into for-linus
Prepare input updates for 6.6 merge window.
Diffstat (limited to 'drivers/net/wireless/ath/ath11k/core.c')
| -rw-r--r-- | drivers/net/wireless/ath/ath11k/core.c | 10 | 
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/net/wireless/ath/ath11k/core.c b/drivers/net/wireless/ath/ath11k/core.c index 75fdbe4ef83a..b1b90bd34d67 100644 --- a/drivers/net/wireless/ath/ath11k/core.c +++ b/drivers/net/wireless/ath/ath11k/core.c @@ -116,7 +116,6 @@ static const struct ath11k_hw_params ath11k_hw_params[] = {  		.tcl_ring_retry = true,  		.tx_ring_size = DP_TCL_DATA_RING_SIZE,  		.smp2p_wow_exit = false, -		.ftm_responder = true,  	},  	{  		.hw_rev = ATH11K_HW_IPQ6018_HW10, @@ -199,7 +198,6 @@ static const struct ath11k_hw_params ath11k_hw_params[] = {  		.tx_ring_size = DP_TCL_DATA_RING_SIZE,  		.smp2p_wow_exit = false,  		.support_fw_mac_sequence = false, -		.ftm_responder = true,  	},  	{  		.name = "qca6390 hw2.0", @@ -284,7 +282,6 @@ static const struct ath11k_hw_params ath11k_hw_params[] = {  		.tx_ring_size = DP_TCL_DATA_RING_SIZE,  		.smp2p_wow_exit = false,  		.support_fw_mac_sequence = true, -		.ftm_responder = false,  	},  	{  		.name = "qcn9074 hw1.0", @@ -366,7 +363,6 @@ static const struct ath11k_hw_params ath11k_hw_params[] = {  		.tx_ring_size = DP_TCL_DATA_RING_SIZE,  		.smp2p_wow_exit = false,  		.support_fw_mac_sequence = false, -		.ftm_responder = true,  	},  	{  		.name = "wcn6855 hw2.0", @@ -451,7 +447,6 @@ static const struct ath11k_hw_params ath11k_hw_params[] = {  		.tx_ring_size = DP_TCL_DATA_RING_SIZE,  		.smp2p_wow_exit = false,  		.support_fw_mac_sequence = true, -		.ftm_responder = false,  	},  	{  		.name = "wcn6855 hw2.1", @@ -534,7 +529,6 @@ static const struct ath11k_hw_params ath11k_hw_params[] = {  		.tx_ring_size = DP_TCL_DATA_RING_SIZE,  		.smp2p_wow_exit = false,  		.support_fw_mac_sequence = true, -		.ftm_responder = false,  	},  	{  		.name = "wcn6750 hw1.0", @@ -599,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, @@ -615,7 +609,6 @@ static const struct ath11k_hw_params ath11k_hw_params[] = {  		.tx_ring_size = DP_TCL_DATA_RING_SIZE_WCN6750,  		.smp2p_wow_exit = true,  		.support_fw_mac_sequence = true, -		.ftm_responder = false,  	},  	{  		.hw_rev = ATH11K_HW_IPQ5018_HW10, @@ -695,7 +688,6 @@ static const struct ath11k_hw_params ath11k_hw_params[] = {  		.tx_ring_size = DP_TCL_DATA_RING_SIZE,  		.smp2p_wow_exit = false,  		.support_fw_mac_sequence = false, -		.ftm_responder = true,  	},  };  |