qcacmn: Add support to dump Host AST table

Add support to print Host AST table contents and
AST statistics

Change-Id: I669d547657fe9d826d2aed59cf8dbb06bc100996
CRs-Fixed: 2099205
This commit is contained in:
Pamidipati, Vijay
2017-07-25 22:09:28 +05:30
committed by snandini
parent 9e34025ada
commit 899e775769
4 changed files with 69 additions and 0 deletions

View File

@@ -149,6 +149,7 @@ enum cdp_host_txrx_stats {
TXRX_TX_RATE_STATS = 2,
TXRX_TX_HOST_STATS = 3,
TXRX_RX_HOST_STATS = 4,
TXRX_AST_STATS = 5,
TXRX_HOST_STATS_MAX,
};