Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b82c5192 authored by spuligil's avatar spuligil
Browse files

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

HTT stats: add TQM bypass frame + byte counts

Change-Id: I59c6eccc6b95ad04b7406cbc34497649b71f8624
CRs-Fixed: 2262693
parent 286e4cf3
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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;
/*