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
This commit is contained in:
Vignesh Viswanathan
2017-09-06 12:29:07 +05:30
committed by snandini
parent 833077d4a1
commit 3a133b7ca3

View File

@@ -76,6 +76,7 @@
#define CDP_TX_QUEUE_STATS 22 #define CDP_TX_QUEUE_STATS 22
#define CDP_BUNDLE_STATS 23 #define CDP_BUNDLE_STATS 23
#define CDP_CREDIT_STATS 24 #define CDP_CREDIT_STATS 24
#define CDP_DISCONNECT_STATS 25
/* WME stream classes */ /* WME stream classes */
#define WME_AC_BE 0 /* best effort */ #define WME_AC_BE 0 /* best effort */