qcacld-3.0: Display control pipes info on WOW ack failure

Display control pipes info on WOW ack failure which helps to
debug issues when full debug history is not available.

Change-Id: I6a84aa01c07831b7109d0741337cae6ac0be2f44
CRs-Fixed: 3246284
This commit is contained in:
Azmath Mohammed
2022-07-18 16:15:54 +05:30
committed by Madan Koyyalamudi
parent d97593419b
commit 842dc538f3

View File

@@ -847,6 +847,10 @@ pmo_core_enable_wow_in_fw(struct wlan_objmgr_psoc *psoc,
status = qdf_wait_for_event_completion(&psoc_ctx->wow.target_suspend,
PMO_TARGET_SUSPEND_TIMEOUT);
if (QDF_IS_STATUS_ERROR(status)) {
if (hif_ctx) {
hif_display_ctrl_traffic_pipes_state(hif_ctx);
hif_display_latest_desc_hist(hif_ctx);
}
pmo_err("Failed to receive WoW Enable Ack from FW");
pmo_err("Credits:%d; Pending_Cmds: %d",
pmo_tgt_psoc_get_host_credits(psoc),