Loading
qcacld-3.0: Add and use vdev id from ll stats request
Currently host relies on fw for vdev id for ll_stats response but FW does not send the vdev id in response of radio stats and peer stats as response of the ll_stats request. Host needs this vdev id to get the adapter on which the ll_stats request is received so that is can process and send the response back to user space. To address above issue add vdev id in request private structure and when receives response from the FW, extract this vdev id from private structure. Change-Id: I28c411aea852b36cd1a13174e87adfa7972fc077 CRs-Fixed: 2964782