qcacld-3.0: Resume all components in case of suspend failure
Currently if driver suspends all the components and after that if host suspends fails it does not resume all the suspended components which leads in failure of the operations from these components. In current issue driver suspends all the components and it fails to suspend dp rx refill thread and because of which host suspend fails. Driver suspends scan component as well as part of all component suspend which is leading scan requests failures. TO address above issue, resume all components in case of suspend failure. Change-Id: I693049a0c4089eb440f459ed3a066e741e8594fe CRs-Fixed: 3311567
Loading
Please register or sign in to comment