qcacmn: Fix the mask for tx completion near full irq

Currently the IRQ mask for tx completion near full
interrupt is not in sync with the tx completion rings
which are enabled for WCN7850.

Fix the mask for tx completion near full interrupt.

Change-Id: I1432191b260094060873406d48e04fde5b7bc35e
CRs-Fixed: 3052650
This commit is contained in:
Rakesh Pillai
2021-10-07 20:19:56 -07:00
gecommit door Madan Koyyalamudi
bovenliggende fa18b0fa88
commit e7c9776900
4 gewijzigde bestanden met toevoegingen van 10 en 6 verwijderingen

Bestand weergeven

@@ -6488,7 +6488,7 @@ void dp_print_soc_interrupt_stats(struct dp_soc *soc)
qdf_mem_zero(int_ctx_str, sizeof(int_ctx_str));
intr_stats = &soc->intr_ctx[i].intr_stats;
if (!intr_stats->num_masks)
if (!intr_stats->num_masks && !intr_stats->num_near_full_masks)
continue;
pos += qdf_scnprintf(buf + pos,