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

Change-Id: I82672e9b80af0dfc7f0f7a4ba607548fddacf4c7
CRs-Fixed: 2262693
This commit is contained in:
spuligil
2024-03-23 06:01:52 -07:00
committed by Ravindra Konda
parent 04b2800642
commit 060d676f2f

View File

@@ -4398,6 +4398,9 @@ typedef struct {
A_UINT32 sched_udp_notify2; A_UINT32 sched_udp_notify2;
A_UINT32 sched_nonudp_notify1; A_UINT32 sched_nonudp_notify1;
A_UINT32 sched_nonudp_notify2; A_UINT32 sched_nonudp_notify2;
A_UINT32 tqm_enqueue_msdu_count;
A_UINT32 tqm_dropped_msdu_count;
A_UINT32 tqm_dequeue_msdu_count;
} htt_stats_tx_tqm_pdev_tlv; } htt_stats_tx_tqm_pdev_tlv;
/* preserve old name alias for new name consistent with the tag name */ /* preserve old name alias for new name consistent with the tag name */
typedef htt_stats_tx_tqm_pdev_tlv htt_tx_tqm_pdev_stats_tlv_v; typedef htt_stats_tx_tqm_pdev_tlv htt_tx_tqm_pdev_stats_tlv_v;