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:

committed by
Rahul Choudhary

parent
a238a3e04b
commit
876f765030
@@ -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
|
||||
|
Reference in New Issue
Block a user