summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGanesh Kondabattini <ganeshk@qti.qualcomm.com>2014-05-21 16:25:59 +0530
committerAkash Patel <c_akashp@qca.qualcomm.com>2014-05-23 13:13:39 -0700
commit80ca22cfc32018b96b45846ff8eb5fad00c4b541 (patch)
treeed22d3a82c1a71c55613135973bb6053535912fe
parentee802bf4ef855cfe331964c6d566b265a5b58293 (diff)
qcacld: call VOS_BUG when sme active cmd list is stuck.
when sme active cmd list is stuck there are no logs available to debug the issue. call VOS_BUG whenever sme active cmd list is stuck so that we get the enough information from the dump. Change-Id: Ia00e7b86f4886f454d8120c13f0b55ca33652a3a CRs-Fixed: 668360
-rw-r--r--CORE/SME/src/sme_common/sme_Api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/CORE/SME/src/sme_common/sme_Api.c b/CORE/SME/src/sme_common/sme_Api.c
index 99870a231e2b..a10cdf9cb26f 100644
--- a/CORE/SME/src/sme_common/sme_Api.c
+++ b/CORE/SME/src/sme_common/sme_Api.c
@@ -11488,6 +11488,7 @@ void activeListCmdTimeoutHandle(void *userData)
"%s: Active List command timeout Cmd List Count %d", __func__,
csrLLCount(&((tpAniSirGlobal) userData)->sme.smeCmdActiveList) );
smeGetCommandQStatus((tHalHandle) userData);
+ VOS_BUG(0);
}
VOS_STATUS sme_notify_modem_power_state(tHalHandle hHal, tANI_U32 value)