瀏覽代碼

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

HTT stats: add TQM bypass frame + byte counts

Change-Id: I59c6eccc6b95ad04b7406cbc34497649b71f8624
CRs-Fixed: 2262693
spuligil 3 年之前
父節點
當前提交
b82c51924c
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      fw/htt.h

+ 8 - 0
fw/htt.h

@@ -18135,6 +18135,14 @@ typedef struct {
     /* discarded tx msdus byte cnt coz of time to live expiry */
     A_UINT32 tx_msdu_ttl_expire_drop_byte_cnt_lo;
     A_UINT32 tx_msdu_ttl_expire_drop_byte_cnt_hi;
+
+    /* TQM bypass frame cnt */
+    A_UINT32 tqm_bypass_frame_cnt_lo;
+    A_UINT32 tqm_bypass_frame_cnt_hi;
+
+    /* TQM bypass byte cnt */
+    A_UINT32 tqm_bypass_byte_cnt_lo;
+    A_UINT32 tqm_bypass_byte_cnt_hi;
 } htt_t2h_vdev_txrx_stats_hw_stats_tlv;
 
 /*