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

HTT stats: add TQM bypass frame + byte counts

Change-Id: I59c6eccc6b95ad04b7406cbc34497649b71f8624
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2022-04-07 06:01:24 -07:00
parent 286e4cf34e
commit b82c51924c

View File

@@ -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;
/*