qcacmn: Add pdev_id for stats request command
Currently the driver doesnot fill the pdev_id in the command for the stats request. This causes the value sent to firmware to be 0. As per the logic in firmware, if the value is zero then the stats for all the pdevs are sent. To get only stats for a single pdev, send the pdev_id along with the vdev_id in the stats request command. Change-Id: Ic7c033c4deee7490c5f22de9b956f0b3b5c94de3 CRs-Fixed: 2404382
Loading
Please register or sign in to comment