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
This commit is contained in:
Pavankumar Nandeshwar
2023-06-09 02:57:14 -07:00
committed by Rahul Choudhary
parent a238a3e04b
commit 876f765030
3 changed files with 121 additions and 17 deletions

View File

@@ -1966,12 +1966,14 @@ wlan_cfg_is_tx_per_pkt_vdev_id_check_enabled(struct wlan_cfg_dp_soc_ctxt *cfg);
* @interrupt_mode: Type of interrupt
* @is_monitor_mode: is monitor mode enabled
* @ppeds_attached: is ppeds attached
* @umac_reset_support: Umac reset support
*
* Return: void
*/
void wlan_cfg_fill_interrupt_mask(struct wlan_cfg_dp_soc_ctxt *wlan_cfg_ctx,
int num_dp_msi, int interrupt_mode,
bool is_monitor_mode, bool ppeds_attached);
bool is_monitor_mode, bool ppeds_attached,
bool umac_reset_support);
/**
* wlan_cfg_is_rx_fisa_enabled() - Get Rx FISA enabled flag