Browse Source

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

HTT stats: add adaptive_snd counters in tx_sounding_stats TLV

Change-Id: I459db44a995fe9383fe2930a0dd8dafd239c72a8
CRs-Fixed: 2262693
spuligil 2 years ago
parent
commit
fb3c37a8e7
1 changed files with 15 additions and 4 deletions
  1. 15 4
      fw/htt_stats.h

+ 15 - 4
fw/htt_stats.h

@@ -6578,14 +6578,25 @@ 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 */
+    /** Total times CV query happened for IBF case */
     A_UINT32 cv_total_query_ibf;
-    /* A valid CV has been found for IBF case */
+    /** 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 valid CV has not been found for IBF case */
     A_UINT32 cv_not_found_ibf;
-    /* Expired CV found during query for IBF case */
+    /** Expired CV found during query for IBF case */
     A_UINT32 cv_expired_during_query_ibf;
+    /** Total number of times adaptive sounding logic has been queried */
+    A_UINT32 adaptive_snd_total_query;
+    /**
+     * Total number of times adaptive sounding mcs drop has been computed
+     * and recorded.
+     */
+    A_UINT32 adaptive_snd_total_mcs_drop[HTT_TX_PDEV_STATS_NUM_MCS_COUNTERS + HTT_TX_PDEV_STATS_NUM_EXTRA_MCS_COUNTERS];
+    /** Total number of times adaptive sounding logic kicked in */
+    A_UINT32 adaptive_snd_kicked_in;
+    /** Total number of times we switched back to normal sounding interval */
+    A_UINT32 adaptive_snd_back_to_default;
 } htt_tx_sounding_stats_tlv;
 
 /* STATS_TYPE : HTT_DBG_EXT_STATS_TX_SOUNDING_INFO