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

Change-Id: Idd176144330b387bbc4dc46ed0d45132d1d13167
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2024-02-10 06:01:23 -08:00
committed by Ravindra Konda
parent d10f89582b
commit f1f142ff47

View File

@@ -4664,6 +4664,9 @@ typedef struct {
A_UINT32 discarded_pkts;
A_UINT32 local_frames;
A_UINT32 is_ext_msdu;
A_UINT32 mlo_invalid_routing_discard;
A_UINT32 mlo_invalid_routing_dup_entry_discard;
A_UINT32 discard_peer_unauthorized_pkts;
} htt_stats_tx_de_enqueue_discard_tlv;
/* preserve old name alias for new name consistent with the tag name */
typedef htt_stats_tx_de_enqueue_discard_tlv htt_tx_de_enqueue_discard_stats_tlv;