Quellcode durchsuchen

qcacmn: Do not enable all the dfs error prints by default

A huge number of prints come under dfs_err. Enabling all of these
unnecessarily floods the console and some of these prints show up for
expected behavior such as  the dfs object being null for a 6GHz radio.
Only memory specific prints could be enabled specifically later.

CRs-Fixed: 2887966
Change-Id: I27091924450d1cc3d4e3df38e49f1a537e080bc6
Ananya Barat vor 4 Jahren
Ursprung
Commit
7c33a279fd
1 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
  1. 0 4
      umac/dfs/dispatcher/src/wlan_dfs_init_deinit_api.c

+ 0 - 4
umac/dfs/dispatcher/src/wlan_dfs_init_deinit_api.c

@@ -327,10 +327,6 @@ QDF_STATUS dfs_init(void)
 						QDF_TRACE_LEVEL_DEBUG,
 						true);
 
-	status = qdf_print_set_category_verbose(qdf_get_pidx(),
-						QDF_MODULE_ID_DFS,
-						QDF_TRACE_LEVEL_ERROR,
-						true);
 	if (QDF_IS_STATUS_ERROR(status)) {
 		dfs_err(NULL, WLAN_DEBUG_DFS_ALWAYS,
 			"Failed to set verbose for category");