Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 45116fdd authored by Ashok Vuyyuru's avatar Ashok Vuyyuru
Browse files

msm: ipa3: Fix to change the tag process timeout value in cleanup



Due to less timeout value it was getting timed out and device was
asserting. To avoid the assert increaseing the tag process timeout
value.

Change-Id: I82d55e7aa9618e13480b34f8ec4f4853dafc646f
Signed-off-by: default avatarAshok Vuyyuru <avuyyuru@codeaurora.org>
parent 16e57e65
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0 */
/* SPDX-License-Identifier: GPL-2.0 */
/*
/*
 * Copyright (c) 2012-2020, The Linux Foundation. All rights reserved.
 * Copyright (c) 2012-2021, The Linux Foundation. All rights reserved.
 */
 */


#ifndef _IPA3_I_H_
#ifndef _IPA3_I_H_
@@ -272,7 +272,7 @@ enum {


#define IPA_AGGR_MAX_STR_LENGTH (10)
#define IPA_AGGR_MAX_STR_LENGTH (10)


#define CLEANUP_TAG_PROCESS_TIMEOUT 1000
#define CLEANUP_TAG_PROCESS_TIMEOUT 5000


#define IPA_AGGR_STR_IN_BYTES(str) \
#define IPA_AGGR_STR_IN_BYTES(str) \
	(strnlen((str), IPA_AGGR_MAX_STR_LENGTH - 1) + 1)
	(strnlen((str), IPA_AGGR_MAX_STR_LENGTH - 1) + 1)