Prechádzať zdrojové kódy

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 rokov pred
rodič
commit
b82c51924c
1 zmenil súbory, kde vykonal 8 pridanie a 0 odobranie
  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;
 
 /*