From 3a133b7ca37e42c6ab86dea2875f0e09e9c5ecf0 Mon Sep 17 00:00:00 2001 From: Vignesh Viswanathan Date: Wed, 6 Sep 2017 12:29:07 +0530 Subject: [PATCH] qcacmn: Dump disconnect stats Add a new dumpStats parameter (25) to dump disconnect stats. The following command will dump disconnect Stats into QXDM. >iwpriv wlan0 dumpStats 25 Related qcacld-3.0 change I0908c947b5c829f51b087871ad11d5674908dca2 Change-Id: I359ef19c268123848fe6195f6453a6c246fba3a1 CRs-Fixed: 2058958 --- dp/inc/cdp_txrx_cmn_struct.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dp/inc/cdp_txrx_cmn_struct.h b/dp/inc/cdp_txrx_cmn_struct.h index 8ddad79602..e042cbcbad 100644 --- a/dp/inc/cdp_txrx_cmn_struct.h +++ b/dp/inc/cdp_txrx_cmn_struct.h @@ -76,6 +76,7 @@ #define CDP_TX_QUEUE_STATS 22 #define CDP_BUNDLE_STATS 23 #define CDP_CREDIT_STATS 24 +#define CDP_DISCONNECT_STATS 25 /* WME stream classes */ #define WME_AC_BE 0 /* best effort */