1
0

qcacmn: Include Umac reset irq line only when enabled

Include Umac reset irq line in the mask table only
when it is enabled for 8 msi group to make sure
the legacy devices are not impacted.

Change-Id: If8f6b7f948a7c9f45247e8ff934642f0a532ff0d
CRs-Fixed: 3499500
Este cometimento está contido em:
Pavankumar Nandeshwar
2023-06-09 02:57:14 -07:00
cometido por Rahul Choudhary
ascendente a238a3e04b
cometimento 876f765030
3 ficheiros modificados com 121 adições e 17 eliminações

Ver ficheiro

@@ -4458,7 +4458,8 @@ void *dp_soc_init(struct dp_soc *soc, HTC_HANDLE htc_handle,
wlan_cfg_fill_interrupt_mask(soc->wlan_cfg_ctx, num_dp_msi,
soc->intr_mode, is_monitor_mode,
ppeds_attached);
ppeds_attached,
soc->features.umac_hw_reset_support);
/* initialize WBM_IDLE_LINK ring */
if (dp_hw_link_desc_ring_init(soc)) {