浏览代码

qcacmn: Add stats for mnagement tx frames

Add counter stats for number of management frames sent via
wmi and number of completions received.

Change-Id: Id5e72858b1e258b089b170a6d15ba395782645cc
CRs-Fixed: 2060117
Om Prakash Tripathi 8 年之前
父节点
当前提交
0be8df7f5f
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      dp/inc/cdp_txrx_stats_struct.h

+ 5 - 0
dp/inc/cdp_txrx_stats_struct.h

@@ -213,6 +213,11 @@ struct ol_ath_radiostats {
 	A_INT16     chan_nf;
 	A_UINT32    rx_last_msdu_unset_cnt;
 	A_INT16     chan_nf_sec80;
+	A_UINT64    wmi_tx_mgmt;
+	A_UINT64    wmi_tx_mgmt_completions;
+	A_UINT32    wmi_tx_mgmt_completion_err;
+	A_UINT32    peer_delete_req;
+	A_UINT32    peer_delete_resp;
 };
 
 #ifndef CONFIG_WIN