Quellcode durchsuchen

qcacmn: Add the modules names for qdf debug framwork

Some modules are added and are not present in the category name array.

Add the names of the new modules in the qdf category name array.

Change-Id: Ie1fe5afe8b1c7ac7e97b537297bead75ddd7811e
CRs-Fixed: 2002771
Ashish Kumar Dhanotiya vor 8 Jahren
Ursprung
Commit
d199fcb394
1 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. 6 0
      qdf/linux/src/qdf_trace.c

+ 6 - 0
qdf/linux/src/qdf_trace.c

@@ -1780,6 +1780,12 @@ struct category_name_info g_qdf_category_name[MAX_SUPPORTED_CATEGORY] = {
 	[QDF_MODULE_ID_BMI] = {"BMI"},
 	[QDF_MODULE_ID_EPPING] = {"EPPING"},
 	[QDF_MODULE_ID_QVIT] = {"QVIT"},
+	[QDF_MODULE_ID_DP] = {"DP"},
+	[QDF_MODULE_ID_SOC] = {"SOC"},
+	[QDF_MODULE_ID_OS_IF] = {"OSIF"},
+	[QDF_MODULE_ID_TARGET_IF] = {"TIF"},
+	[QDF_MODULE_ID_SCHEDULER] = {"SCH"},
+	[QDF_MODULE_ID_MGMT_TXRX] = {"MGMT_TXRX"},
 	[QDF_MODULE_ID_ANY] = {"ANY"},
 };