Merge "qcacmn: Reduce log level in RSSI_BREACH_MONITOR_CONFIG_CMDID"

Цей коміт міститься в:
Linux Build Service Account
2017-06-17 07:53:36 -07:00
зафіксовано Gerrit - the friendly Code Review server
джерело 52323d0cf1 ca1de3e816
коміт 526ba9b305

Переглянути файл

@@ -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;
}