summaryrefslogtreecommitdiff
path: root/tools/fwdebuglog/parser.c
diff options
context:
space:
mode:
authorRajesh Chauhan <rajeshc@qca.qualcomm.com>2014-05-22 23:45:17 -0700
committerAkash Patel <c_akashp@qca.qualcomm.com>2014-06-03 15:48:35 -0700
commit8d707d641042bdf5b591e049db82c3632664aaf0 (patch)
tree437dc45cb6028aac73323569dedbd2396bd9a251 /tools/fwdebuglog/parser.c
parentaa0c9441933d28f2795b079f239ccca4067833f4 (diff)
qcacld: pass additional parameters for TDLS P-UAPSD and Offchannel to FW
This commit passes additional parameters for TDLS P-UAPSD and Offchannel to FW. Change-Id: I7213982f09247a2bd1848fc716b8261f5e7a6086 CRs-Fixed: 669979
Diffstat (limited to 'tools/fwdebuglog/parser.c')
-rw-r--r--tools/fwdebuglog/parser.c12
1 files changed, 11 insertions, 1 deletions
diff --git a/tools/fwdebuglog/parser.c b/tools/fwdebuglog/parser.c
index 85548dc2edcd..35bd30df9020 100644
--- a/tools/fwdebuglog/parser.c
+++ b/tools/fwdebuglog/parser.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2013 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2014 The Linux Foundation. All rights reserved.
*
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
*
@@ -1002,6 +1002,16 @@ char * DBG_MSG_ARR[WLAN_MODULE_ID_MAX][MAX_DBG_MSGS] =
"TDLS_DBGID_PEER_EVT_DRP_RSSI",
"TDLS_DBGID_PEER_EVT_DISCOVER",
"TDLS_DBGID_PEER_EVT_DELETE",
+ "TDLS_DBGID_PEER_CAP_UPDATE",
+ "TDLS_DBGID_UAPSD_SEND_PTI_FRAME",
+ "TDLS_DBGID_UAPSD_SEND_PTI_FRAME2PEER",
+ "TDLS_DBGID_UAPSD_START_PTR_TIMER",
+ "TDLS_DBGID_UAPSD_CANCEL_PTR_TIMER",
+ "TDLS_DBGID_UAPSD_PTR_TIMER_TIMEOUT",
+ "TDLS_DBGID_UAPSD_STA_PS_EVENT_HANDLER",
+ "TDLS_DBGID_UAPSD_PEER_EVENT_HANDLER",
+ "TDLS_DBGID_UAPSD_PS_DEFAULT_SETTINGS",
+ "TDLS_DBGID_UAPSD_GENERIC",
},
{ /* HB */
"WLAN_HB_DBGID_DEFINITION_START",