Forráskód Böngészése

Merge "qcacmn: Reduce log level in RSSI_BREACH_MONITOR_CONFIG_CMDID"

Linux Build Service Account 8 éve
szülő
commit
526ba9b305
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      wmi_unified_tlv.c

+ 2 - 1
wmi_unified_tlv.c

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