diff options
| author | Linux Build Service Account <lnxbuild@quicinc.com> | 2017-06-17 04:23:58 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-06-17 04:23:58 -0700 |
| commit | 6e49aba2d202dccdb666aa009d8b4e333ffb2166 (patch) | |
| tree | 77d8836317c43552680bd331f18f14b0dde941b5 | |
| parent | ef7d40c03794eedce2bf5608105276edf6e53085 (diff) | |
| parent | 72d14f49d488c724e4979b494c0800c1f65145e1 (diff) | |
Merge "qcacmn: Reduce log level in RSSI_BREACH_MONITOR_CONFIG_CMDID"
| -rw-r--r-- | wmi/src/wmi_unified_tlv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wmi/src/wmi_unified_tlv.c b/wmi/src/wmi_unified_tlv.c index b7d91d9a089b..70c5e9ba4ecf 100644 --- a/wmi/src/wmi_unified_tlv.c +++ b/wmi/src/wmi_unified_tlv.c @@ -4147,7 +4147,8 @@ 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; } |
