qcacmn: Enable STAT log for tx time and rx time

STATS log for:
a) total time for tx
b) total time for rx(inside bss)
c) total time for rx(outside bss)
On "iwpriv athX txrx_fw_stats 24" command, stats logged
On "iwpriv athX txrx_fw_stats 25" command, stats logged and reset

Change-Id: I3b7d794e155916745a2c6c045984b416d3dc91ee
CRs-Fixed: 1072258
This commit is contained in:
Nandha Kishore Easwaran
2016-10-27 12:15:03 +05:30
committed by qcabuildsw
parent 2b4d5cebf9
commit 132a470105

View File

@@ -400,6 +400,8 @@ void ol_txrx_print_level_set(unsigned level);
#define TXRX_FW_MAC_DESC_STATS 21 #define TXRX_FW_MAC_DESC_STATS 21
#define TXRX_FW_MAC_FETCH_MGR_STATS 22 #define TXRX_FW_MAC_FETCH_MGR_STATS 22
#define TXRX_FW_MAC_PREFETCH_MGR_STATS 23 #define TXRX_FW_MAC_PREFETCH_MGR_STATS 23
#define TXRX_FW_STATS_DURATION_INFO 24
#define TXRX_FW_STATS_DURATION_INFO_RESET 25
#define PER_RADIO_FW_STATS_REQUEST 0 #define PER_RADIO_FW_STATS_REQUEST 0
#define PER_VDEV_FW_STATS_REQUEST 1 #define PER_VDEV_FW_STATS_REQUEST 1