lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <59ab13be-f72d-4567-a512-15b2c0be5ff4@kernel.org>
Date: Wed, 29 Oct 2025 15:33:27 +0100
From: Krzysztof Kozlowski <krzk@...nel.org>
To: george.moussalem@...look.com, Johannes Berg <johannes@...solutions.net>,
 Rob Herring <robh@...nel.org>, Krzysztof Kozlowski <krzk+dt@...nel.org>,
 Conor Dooley <conor+dt@...nel.org>, Jeff Johnson <jjohnson@...nel.org>
Cc: linux-wireless@...r.kernel.org, devicetree@...r.kernel.org,
 ath11k@...ts.infradead.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/6] wifi: ath11k: add hw ring mask for QCN6122

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ