[PATCH 3/6] wifi: ath11k: add hw ring mask for QCN6122
Krzysztof Kozlowski
krzk at kernel.org
Wed Oct 29 07:33:27 PDT 2025
On 29/10/2025 15:26, George Moussalem via B4 Relay wrote:
> +};
> +
> /* Target firmware's Copy Engine configuration for IPQ5018 */
> const struct ce_pipe_config ath11k_target_ce_config_wlan_ipq5018[] = {
> /* CE0: host->target HTC control and raw streams */
> diff --git a/drivers/net/wireless/ath/ath11k/hw.h b/drivers/net/wireless/ath/ath11k/hw.h
> index 52d9f4c13b1366f2339b8900cf9db91e6ff1bcff..e7220c46de10c378ea5b452d78f921054ff54e54 100644
> --- a/drivers/net/wireless/ath/ath11k/hw.h
> +++ b/drivers/net/wireless/ath/ath11k/hw.h
> @@ -285,6 +285,7 @@ extern const struct ath11k_hw_ring_mask ath11k_hw_ring_mask_ipq8074;
> extern const struct ath11k_hw_ring_mask ath11k_hw_ring_mask_qca6390;
> extern const struct ath11k_hw_ring_mask ath11k_hw_ring_mask_qcn9074;
> extern const struct ath11k_hw_ring_mask ath11k_hw_ring_mask_wcn6750;
> +extern const struct ath11k_hw_ring_mask ath11k_hw_ring_mask_qcn6122;
Why are you breaking the order in every such list? Keep it
alphabetically sorted.
Best regards,
Krzysztof
More information about the ath11k
mailing list