qcacmn: Add new defines for FW_STATS

Adding new defines for FW_STATS duration and FW_STATS
request. This will be used by ol_txrx_fw_stats function
for getting per_radio or per_vdev stats

Change-Id: I0a241172cd5b86aea0da99135ed574f6b1540c16
Crs-fixed: 1075597
This commit is contained in:
Nandha Kishore Easwaran
2016-11-15 14:46:35 +05:30
committed by qcabuildsw
parent 230bf35ddd
commit 46249e4f39
2 changed files with 6 additions and 1 deletions

View File

@@ -363,5 +363,11 @@ struct cdp_soc_t {
#define TXRX_FW_MAC_DESC_STATS 21
#define TXRX_FW_MAC_FETCH_MGR_STATS 22
#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_VDEV_FW_STATS_REQUEST 1
#endif