浏览代码

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

Change-Id: I82672e9b80af0dfc7f0f7a4ba607548fddacf4c7
CRs-Fixed: 2262693
spuligil 1 年之前
父节点
当前提交
060d676f2f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      fw/htt_stats.h

+ 3 - 0
fw/htt_stats.h

@@ -4398,6 +4398,9 @@ typedef struct {
     A_UINT32 sched_udp_notify2;
     A_UINT32 sched_nonudp_notify1;
     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;
 /* 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;