qcacmn: Increase timeout to avoid false assert
Currently, the timeout value LOG_DEL_OBJ_DESTROY_ASSERT_DURATION_SEC is set at 24 seconds. This is not sufficient for various cases where the delay caused are genuine (FW and HW delays), thus leading to unwarranted device assert. Increase the timeout to 32 seconds to mitigate this. Change-Id: I799b45b0d5f25a9fcf68f88d385994e31c56e939 CRs-Fixed: 2546641
Este cometimento está contido em:

cometido por
nshrivas

ascendente
f9ae9360f9
cometimento
d5dde1b9ae
@@ -38,7 +38,7 @@
|
||||
* The max duration for which a obj can be allowed to remain in L-state
|
||||
* The duration should be higher than the psoc idle timeout.
|
||||
*/
|
||||
#define LOG_DEL_OBJ_DESTROY_ASSERT_DURATION_SEC 24
|
||||
#define LOG_DEL_OBJ_DESTROY_ASSERT_DURATION_SEC 32
|
||||
#define LOG_DEL_OBJ_LIST_MAX_COUNT (3 + 5 + 48 + 4096)
|
||||
|
||||
union wlan_objmgr_del_obj {
|
||||
|
Criar uma nova questão referindo esta
Bloquear um utilizador