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
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

parent
23e00ed196
commit
ca1de3e816
@@ -5082,7 +5082,8 @@ static QDF_STATUS send_set_rssi_monitoring_cmd_tlv(wmi_unified_t wmi_handle,
|
|||||||
wmi_buf_free(buf);
|
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;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user