ソースを参照

qcacmn: Add lithium_cycle_cnt stats in apstats

Add tx/rx frame count, cycle count, phy err count, rx clear count,
chan_tx_power, chan_nf stats to apstats

Change-Id: Ia4153380a15a16bef96792040d4fc1c46969fff5
Rohan Dutta 7 年 前
コミット
0d702b7524
1 ファイル変更6 行追加0 行削除
  1. 6 0
      dp/inc/cdp_txrx_stats_struct.h

+ 6 - 0
dp/inc/cdp_txrx_stats_struct.h

@@ -226,6 +226,12 @@ struct ol_ath_radiostats {
 	A_UINT32    rx_mgmt_rssi_drop;
 	A_UINT32    tx_retries;
 	A_UINT32    rx_data_bytes;
+	A_UINT32    tx_frame_count;
+	A_UINT32    rx_frame_count;
+	A_UINT32    rx_clear_count;
+	A_UINT32    cycle_count;
+	A_UINT32    phy_err_count;
+	A_UINT32    chan_tx_pwr;
 };
 
 #ifndef CONFIG_WIN