qcacmn: Add monitor mode ppdu and mpdu stats

Add monitor mode status ring ppdu stats and destination
ring ppdu/mpdu stats

Change-Id: I702172f40ffc0915b630dd3781a697199bdd20fd
This commit is contained in:
Kai Chen
2018-01-25 16:29:08 -08:00
committed by nshrivas
parent 78f803eb1e
commit 783e038223
8 changed files with 196 additions and 3 deletions

View File

@@ -184,6 +184,7 @@ enum htt_cmn_dbg_stats_type {
* @TXRX_RX_HOST_STATS: Print host Rx stats
* @TXRX_CLEAR_STATS: clear all host stats
* @TXRX_SRNG_PTR_STATS: Print SRNG pointer stats
* @TXRX_RX_MON_STATS: Print monitor mode stats
*/
enum cdp_host_txrx_stats {
TXRX_HOST_STATS_INVALID = -1,
@@ -194,6 +195,7 @@ enum cdp_host_txrx_stats {
TXRX_RX_HOST_STATS = 4,
TXRX_AST_STATS = 5,
TXRX_SRNG_PTR_STATS = 6,
TXRX_RX_MON_STATS = 7,
TXRX_HOST_STATS_MAX,
};