Quellcode durchsuchen

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

HTT stats: add IBF CV counters to tx_sounding_stats TLV

Change-Id: I7a96f5df6820728b0febb940954eaf189eecf120
CRs-Fixed: 2262693
spuligil vor 2 Jahren
Ursprung
Commit
08ab1ecdf7
1 geänderte Dateien mit 8 neuen und 0 gelöschten Zeilen
  1. 8 0
      fw/htt_stats.h

+ 8 - 0
fw/htt_stats.h

@@ -6375,6 +6375,14 @@ typedef struct {
     A_UINT32 cv_buf_received;
     /** total times CV bufs fed back to the IPC ring */
     A_UINT32 cv_buf_fed_back;
+    /* Total times CV query happened for IBF case */
+    A_UINT32 cv_total_query_ibf;
+    /* A valid CV has been found for IBF case */
+    A_UINT32 cv_found_ibf;
+    /* A valid CV has not been found for IBF case */
+    A_UINT32 cv_not_found_ibf;
+    /* Expired CV found during query for IBF case */
+    A_UINT32 cv_expired_during_query_ibf;
 } htt_tx_sounding_stats_tlv;
 
 /* STATS_TYPE : HTT_DBG_EXT_STATS_TX_SOUNDING_INFO