From ca1de3e816f60ff29b7ba16b84890c7d54d26043 Mon Sep 17 00:00:00 2001 From: Rajeev Kumar Date: Wed, 14 Jun 2017 10:34:00 -0700 Subject: [PATCH] qcacmn: Reduce log level in RSSI_BREACH_MONITOR_CONFIG_CMDID Reduce log level in RSSI_BREACH_MONITOR_CONFIG_CMDID to avoid excessive logging on console. Change-Id: Ifcafbe64ac6c4c3fdc43abdf1822ebe0261de1b1 CRs-Fixed: 2061307 --- wmi_unified_tlv.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wmi_unified_tlv.c b/wmi_unified_tlv.c index e41f82dd14..eb28ce2921 100644 --- a/wmi_unified_tlv.c +++ b/wmi_unified_tlv.c @@ -5082,7 +5082,8 @@ static QDF_STATUS send_set_rssi_monitoring_cmd_tlv(wmi_unified_t wmi_handle, wmi_buf_free(buf); } - WMI_LOGI("Sent WMI_RSSI_BREACH_MONITOR_CONFIG_CMDID to FW"); + WMI_LOGD("Sent WMI_RSSI_BREACH_MONITOR_CONFIG_CMDID to FW"); + return ret; }