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
This commit is contained in:
Rohan Dutta
2018-01-10 13:09:38 +05:30
committed by snandini
parent f484c2b0da
commit 0d702b7524

View File

@@ -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