qcacmn: Disable DP interrupts in force MLO teardown

In force teardown case disable the interrupts before
going down. As target may be still active, we may
still continue to receive traffic. Disabling
interrupts to nsure we dont process interrupts while
cleaning up partner SOC

Change-Id: I7092d398c039302234206cb72f7453b6dc0cbcb7
CRs-Fixed: 3332961
This commit is contained in:
Chaithanya Garrepalli
2022-11-11 17:42:28 +05:30
committed by Madan Koyyalamudi
parent f1f6845bfb
commit 16e9e30d49
6 changed files with 30 additions and 7 deletions

View File

@@ -4311,4 +4311,12 @@ void dp_destroy_direct_link_refill_ring(struct cdp_soc_t *soc_hdl,
{
}
#endif
/*
* dp_soc_interrupt_detach() - Deregister any allocations done for interrupts
* @txrx_soc: DP SOC handle
*
* Return: none
*/
void dp_soc_interrupt_detach(struct cdp_soc_t *txrx_soc);
#endif /* #ifndef _DP_INTERNAL_H_ */