Browse Source

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
Vignesh Viswanathan 7 years ago
parent
commit
3a133b7ca3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      dp/inc/cdp_txrx_cmn_struct.h

+ 1 - 0
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 */