Skip to content

Commit ce18dac

Browse files
IPQ: Bug fixes for QCOM Platform
Signed-off-by: Vedhavalli Loganathan <vedhaval@qti.qualcomm.com>
1 parent 52b6a11 commit ce18dac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/ccsp/components/common/MessageBusHelper/helper/messagebus_interface_helper.c

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,11 @@
7979

8080
#include "messagebus_interface_global.h"
8181
#include "slap_vco_internal_api.h"
82-
82+
#if defined (_COSA_QCA_ARM_)
83+
static ULONG g_uMaxParamInResponse = 40000; /* DSLH_WMPDO_MAX_PARAM_VALUES_IN_RESPONSE */
84+
#else
8385
static ULONG g_uMaxParamInResponse = 20000; /* DSLH_WMPDO_MAX_PARAM_VALUES_IN_RESPONSE */
86+
#endif
8487
static int g_currentSessionID = 0;
8588

8689
ULONG g_lastWriteEntity = 0;

0 commit comments

Comments
 (0)