fw-api: CL 17577504 - update fw common interface files

HTT stats: add tx_meas_req_count field in vdev_rtt_init_stats

Change-Id: Ia685a3e6118816165df21cd42f1a01aee4cf5c76
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2022-03-23 06:01:07 -07:00
parent 30d7ea92fe
commit 739c0a6ef5

View File

@@ -6690,6 +6690,8 @@ typedef struct {
A_UINT32 rx_ftm_cnt; A_UINT32 rx_ftm_cnt;
/** Initiator Terminate count */ /** Initiator Terminate count */
A_UINT32 initiator_terminate_cnt; A_UINT32 initiator_terminate_cnt;
/** Debug count to check the Measurement request from host */
A_UINT32 tx_meas_req_count;
} htt_vdev_rtt_init_stats_tlv; } htt_vdev_rtt_init_stats_tlv;
typedef struct { typedef struct {