소스 검색

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 년 전
부모
커밋
5273643587
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);