瀏覽代碼

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

HTT stats: DL OFDMA per RU retry stats

Change-Id: Ie41e6fa818e306df9c45aef49f47685d46442fd3
CRs-Fixed: 2262693
spuligil 2 年之前
父節點
當前提交
e1a64d8195
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      fw/htt_stats.h

+ 10 - 0
fw/htt_stats.h

@@ -6567,6 +6567,7 @@ typedef struct {
 typedef enum {
     HTT_STATS_RC_MODE_DLSU     = 0,
     HTT_STATS_RC_MODE_DLMUMIMO = 1,
+    HTT_STATS_RC_MODE_DLOFDMA  = 2,
 } htt_stats_rc_mode;
 
 typedef struct {
@@ -6589,6 +6590,12 @@ typedef enum {
     HTT_RC_MODE_2D_COUNT,
 } HTT_RC_MODE;
 
+typedef enum {
+    HTT_STATS_RU_TYPE_INVALID             = 0,
+    HTT_STATS_RU_TYPE_SINGLE_RU_ONLY      = 1,
+    HTT_STATS_RU_TYPE_SINGLE_AND_MULTI_RU = 2,
+} htt_stats_ru_type;
+
 typedef struct {
     htt_tlv_hdr_t tlv_hdr;
 
@@ -6611,6 +6618,9 @@ typedef struct {
     htt_tx_rate_stats_t per_bw320;
 
     A_UINT32 probe_cnt_per_rcmode[HTT_RC_MODE_2D_COUNT];
+
+    htt_stats_ru_type ru_type; /* refer to htt_stats_ru_type */
+    htt_tx_rate_stats_t per_ru[HTT_TX_PDEV_STATS_NUM_BE_RU_SIZE_COUNTERS];
 } htt_tx_rate_stats_per_tlv;
 
 /* NOTE: