HTT stats: add tx_meas_req_count field in vdev_rtt_init_stats Change-Id: Ia685a3e6118816165df21cd42f1a01aee4cf5c76 CRs-Fixed: 2262693
@@ -6690,6 +6690,8 @@ typedef struct {
A_UINT32 rx_ftm_cnt;
/** Initiator Terminate count */
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;
typedef struct {