qcacmn: trigger recovery in hif_check_detection_latency

Replace as qdf_trigger_self_recovery here, so it can trigger
fw dump firstly.

Change-Id: I39e3bc11829a1969ac60bd3bbd71f3e2d1fa4f43
CRs-Fixed: 2928096
This commit is contained in:
Jingxiang Ge
2021-04-21 12:38:55 +08:00
committed by Madan Koyyalamudi
parent 4cb1ee5c0c
commit 5b31c536c4
2 changed files with 3 additions and 1 deletions

View File

@@ -722,7 +722,7 @@ void hif_check_detection_latency(struct hif_softc *scn,
return;
latency:
qdf_check_state_before_panic(__func__, __LINE__);
qdf_trigger_self_recovery(NULL, QDF_TASKLET_CREDIT_LATENCY_DETECT);
}
static void hif_latency_detect_timeout_handler(void *arg)