소스 검색

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