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
This commit is contained in:
Ananya Barat
2021-03-04 16:29:00 +05:30
committed by snandini
parent 7cda609ffb
commit 7c33a279fd

View File

@@ -327,10 +327,6 @@ QDF_STATUS dfs_init(void)
QDF_TRACE_LEVEL_DEBUG, QDF_TRACE_LEVEL_DEBUG,
true); 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)) { if (QDF_IS_STATUS_ERROR(status)) {
dfs_err(NULL, WLAN_DEBUG_DFS_ALWAYS, dfs_err(NULL, WLAN_DEBUG_DFS_ALWAYS,
"Failed to set verbose for category"); "Failed to set verbose for category");