Loading
qcacld-3.0: Move the sar req-resp event to work context
In the process of sar req-resp event the timer callback will wait for the userspace response due to which time scheduler thread is paused and can't process any other message. Because of this there is delay and some command may fail. To address above issue, move the process of sar req-resp event to work context as we are waiting in the timer handler. Change-Id: Idadd99ff28dcb6f5ec2d925cb381f223124300e6 CRs-fixed: 3091293