1
0

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
Este cometimento está contido em:
Ananya Barat
2021-03-04 16:29:00 +05:30
cometido por snandini
ascendente 7cda609ffb
cometimento 7c33a279fd

Ver ficheiro

@@ -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");