Просмотр исходного кода

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
spuligil 3 лет назад
Родитель
Сommit
739c0a6ef5
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      fw/htt_stats.h

+ 2 - 0
fw/htt_stats.h

@@ -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 {