Merge "qcacmn: Reduce log level in RSSI_BREACH_MONITOR_CONFIG_CMDID"

This commit is contained in:
Linux Build Service Account
2017-06-17 07:53:36 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -5086,7 +5086,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;
}