From 0d702b752407408c10f3f0762d745740d7ad589f Mon Sep 17 00:00:00 2001 From: Rohan Dutta Date: Wed, 10 Jan 2018 13:09:38 +0530 Subject: [PATCH] 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 --- dp/inc/cdp_txrx_stats_struct.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dp/inc/cdp_txrx_stats_struct.h b/dp/inc/cdp_txrx_stats_struct.h index 90e994023e..a00ad52025 100644 --- a/dp/inc/cdp_txrx_stats_struct.h +++ b/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