qcacmn: Set monitor mode interrupts

Ensure monitor mode interrupt masks are set as they are DP_INTR_POLL
type. Move wlan_cfg_fill_interrupt() call to inside dp_soc_attach as it
is called before dp_soc_init.

Change-Id: Id9c49e3ed5c01e7c1bf641fa4c2f419d31381608
CRs-Fixed: 2608683
Цей коміт міститься в:
Saket Jha
2020-01-22 19:48:34 -08:00
джерело b543c23ae2
коміт f0640bc083
3 змінених файлів з 24 додано та 7 видалено

Переглянути файл

@@ -1267,9 +1267,10 @@ wlan_cfg_is_rx_mon_protocol_flow_tag_enabled(struct wlan_cfg_dp_soc_ctxt *cfg);
*
* @wlan_cfg_dp_soc_ctxt: soc configuration context
* @interrupt_mode: interrupt_mode: MSI/LEGACY
* @is_monitor_mode: is monitor mode enabled
*
* Return: void
*/
void wlan_cfg_fill_interrupt_mask(struct wlan_cfg_dp_soc_ctxt *wlan_cfg_ctx,
int interrupt_mode);
int interrupt_mode, bool is_monitor_mode);
#endif