5abda36e03739f05b2d620ce6d1ad17b3cd081f6

Currently, as part of device suspend, EXT GRP IRQs are disabled. disable_irq_nosync() which is currently being used to disable interrupts will not wait for pending IRQs to completion. With this API, there is a chance where IRQ handler can be executed after the device suspend. Use disable_irq() instead so that pending IRQs will be completed before returing from disable_irq(). CRs-Fixed: 2904518 Change-Id: Ib9acabe89b0337add82918be24b4782a6b125d05
This is CNSS WLAN Host Driver for products starting from iHelium
Deskripsi
Languages
C
98.7%
C++
0.9%
Makefile
0.3%
Starlark
0.1%