Bläddra i källkod

qcacld-3.0: Change host wake up log to info log level

There is no info level log in wow disable path and hence
in absence of driver logs its difficult to notice wow
disable. Change host wake up log to info log level to
assist in debugging when driver log is not available.

Change-Id: If8a4dfae7f30413a7acbd03374340a76c9d4923b
CRs-Fixed: 2753189
Rajeev Kumar 4 år sedan
förälder
incheckning
5273643587
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      components/pmo/core/src/wlan_pmo_suspend_resume.c

+ 1 - 1
components/pmo/core/src/wlan_pmo_suspend_resume.c

@@ -1192,7 +1192,7 @@ QDF_STATUS pmo_core_psoc_send_host_wakeup_ind_to_fw(
 		status = QDF_STATUS_E_FAILURE;
 		goto out;
 	}
-	pmo_debug("Host wakeup indication sent to fw");
+	pmo_info("Host wakeup indication sent to fw");
 
 	status = qdf_wait_for_event_completion(&psoc_ctx->wow.target_resume,
 					PMO_RESUME_TIMEOUT);