qcacmn: Set interrupt timer threshold for ppe2tcl ring as 30 us

Change interrupt timer threshold for ppe2tcl ring to 30 us
from existing default timer threshold.

Change-Id: Id6a2625c086af6c4c49188c0abdc8d24fb8bdfe5
CRs-Fixed: 3355208
This commit is contained in:
Pavankumar Nandeshwar
2022-12-06 23:33:07 -08:00
committed by Madan Koyyalamudi
orang tua 8759cf1c1e
melakukan 926eefc710

Melihat File

@@ -1977,7 +1977,7 @@ dp_srng_configure_interrupt_thresholds(struct dp_soc *soc,
break;
case PPE2TCL:
ring_params->intr_timer_thres_us =
wlan_cfg_get_int_timer_threshold_other(soc->wlan_cfg_ctx);
wlan_cfg_get_int_timer_threshold_ppe2tcl(soc->wlan_cfg_ctx);
ring_params->intr_batch_cntr_thres_entries =
wlan_cfg_get_int_batch_threshold_ppe2tcl(soc->wlan_cfg_ctx);
break;