qcacmn: Add change to extract per vdev tx power

Add change to extract vdev tx power from vdev extended stats.

Change-Id: I929d642a649653cbbbd3911a11dbba92377f70d1
CRs-Fixed: 3496091
这个提交包含在:
Shailendra Singh
2023-06-08 10:16:04 +05:30
提交者 Rahul Choudhary
父节点 a7af205870
当前提交 584096fde4
修改 2 个文件,包含 4 行新增0 行删除

查看文件

@@ -4787,6 +4787,7 @@ typedef struct {
* @unsolicited_prb_succ_cnt: Successful unsolicited probe response frames cnt
* @unsolicited_prb_fail_cnt: Failed unsolictied probe response frames cnt
* @is_mlo_vdev_active: is the mlo vdev currently active
* @vdev_tx_power: Tx power for vdev
*/
struct wmi_host_vdev_prb_fils_stats {
uint32_t vdev_id;
@@ -4795,6 +4796,7 @@ struct wmi_host_vdev_prb_fils_stats {
uint32_t unsolicited_prb_succ_cnt;
uint32_t unsolicited_prb_fail_cnt;
bool is_mlo_vdev_active;
uint32_t vdev_tx_power;
};
/**