qcacmn: print tx/rx stats for 11BE

Add and initialize function pointer to print BE/LI stats

CRs-Fixed: 3071271
Change-Id: Ib9748d475ac583b7404fcc5f1207b8019c7671a6
This commit is contained in:
aloksing
2021-12-02 11:53:12 +05:30
committed by Madan Koyyalamudi
parent b726e009e7
commit 9a4ae1a05a
5 changed files with 276 additions and 17 deletions

View File

@@ -540,6 +540,16 @@ enum cdp_mu_packet_type {
TXRX_TYPE_MU_MAX = 2,
};
/*
* peer_stats_type: peer stats type
* PEER_TX_STATS: stats type for tx
* PEER_RX_STATS: stats type for rx
*/
enum peer_stats_type {
PEER_TX_STATS,
PEER_RX_STATS,
};
enum WDI_EVENT {
WDI_EVENT_TX_STATUS = WDI_EVENT_BASE,
WDI_EVENT_OFFLOAD_ALL,