Loading
qcacld-3.0: Prevent runtime suspend on ll_stats and get station requests
Currently when ll_stats or get station request comes and while fw sends the response of the request, it is possible that driver can go into runtime suspend state while fw still wants to send few more stats events. Because of this ll_stats request or station stats request gets time out in host. To address above issue, add logic to prevent runtime suspend when ll_stats or station stats request is received in host driver. Change-Id: I7704a3b9b3e8ad187677705e1b11fbd82be73cfb CRs-FixeD: 3096165