qcacld-3.0: SAP: Reduce the log spam in kmsg
Move the logs to appropriate log levels to reduce the log spam in kmsg. Change-Id: Ib53e9944677893ee29a59293dbbfa4a1df2f224d CRs-Fixed: 2014745
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2002-2016 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2002-2017 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Previously licensed under the ISC license by Qualcomm Atheros, Inc.
|
||||
*
|
||||
@@ -234,7 +234,7 @@ int dfs_init_radar_filters(struct ieee80211com *ic,
|
||||
* the rest of the radar configuration as suspect.
|
||||
*/
|
||||
if (radar_info == NULL || radar_info->dfsdomain == 0) {
|
||||
QDF_TRACE(QDF_MODULE_ID_SAP, QDF_TRACE_LEVEL_ERROR,
|
||||
QDF_TRACE(QDF_MODULE_ID_SAP, QDF_TRACE_LEVEL_DEBUG,
|
||||
"%s[%d]: Unknown dfs domain %d ",
|
||||
__func__, __LINE__, dfs->dfsdomain);
|
||||
/* Disable radar detection since we don't have a radar domain */
|
||||
|
Reference in New Issue
Block a user