[PATCH ath-next v2] wifi: ath12k: correct monitor destination ring size
Rameshkumar Sundaram
rameshkumar.sundaram at oss.qualcomm.com
Sun Jun 28 21:18:10 PDT 2026
On 6/16/2026 11:53 AM, Aaradhana Sahu wrote:
> The default memory profile configures rxdma_monitor_dst_ring_size as 8092,
> which is a typo. The intended value is 8192, consistent with all other ring
> sizes in the table being powers of two.
>
> Correct the monitor destination ring size to 8192.
>
> Tested-on: QCN9274 hw2.0 PCI WLAN.WBE.1.6-01243-QCAHKSWPL_SILICONZ-1
>
> Fixes: defae535dd63 ("wifi: ath12k: Add a table of parameters entries impacting memory consumption")
> Signed-off-by: Aaradhana Sahu <aaradhana.sahu at oss.qualcomm.com>
> ---
> v2:
> -Added fixes tag.
> ---
> drivers/net/wireless/ath/ath12k/core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/net/wireless/ath/ath12k/core.c b/drivers/net/wireless/ath/ath12k/core.c
> index 742d4fd1b598..b488bd8fea9a 100644
> --- a/drivers/net/wireless/ath/ath12k/core.c
> +++ b/drivers/net/wireless/ath/ath12k/core.c
> @@ -49,7 +49,7 @@ ath12k_mem_profile_based_param ath12k_mem_profile_based_param[] = {
> .dp_params = {
> .tx_comp_ring_size = 32768,
> .rxdma_monitor_buf_ring_size = 4096,
> - .rxdma_monitor_dst_ring_size = 8092,
> + .rxdma_monitor_dst_ring_size = 8192,
> .num_pool_tx_desc = 32768,
> .rx_desc_count = 12288,
> },
>
Reviewed-by: Rameshkumar Sundaram <rameshkumar.sundaram at oss.qualcomm.com>
More information about the ath12k
mailing list