From e335b6b9da6cc3db01fde5bc9055b37168bef7cd Mon Sep 17 00:00:00 2001 From: Ghanim Fodi Date: Sun, 26 Jun 2016 15:23:48 +0300 Subject: [PATCH] msm: ipa3: Do not use APPS pipes for IPA kernel-test IPA Endpoint 16 is the one assigned to APPS for WAN data. This pipe is connected when modem is up. Kernel-tests framework should not use it for testing purposes as this pipe is already allocated for APPS. Update the code to use another IPA Endpoint. Change-Id: Ia0ed2ad9041353def1b3055d394281bca2893f88 CRs-fixed: 1034319 Signed-off-by: Ghanim Fodi --- drivers/platform/msm/ipa/ipa_v3/ipa_utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/platform/msm/ipa/ipa_v3/ipa_utils.c b/drivers/platform/msm/ipa/ipa_v3/ipa_utils.c index 18ac51701e4c..21b8cac11d2b 100644 --- a/drivers/platform/msm/ipa/ipa_v3/ipa_utils.c +++ b/drivers/platform/msm/ipa/ipa_v3/ipa_utils.c @@ -328,10 +328,10 @@ static const struct ipa_ep_configuration ipa3_ep_mapping QMB_MASTER_SELECT_PCIE}, [IPA_3_0][IPA_CLIENT_Q6_LTE_WIFI_AGGR_CONS] = IPA_CLIENT_NOT_USED, /* Only for test purpose */ - [IPA_3_0][IPA_CLIENT_TEST_CONS] = {16, IPA_GROUP_DL, false, + [IPA_3_0][IPA_CLIENT_TEST_CONS] = {26, IPA_GROUP_DL, false, IPA_DPS_HPS_SEQ_TYPE_INVALID, QMB_MASTER_SELECT_DDR}, - [IPA_3_0][IPA_CLIENT_TEST1_CONS] = {16, IPA_GROUP_DL, false, + [IPA_3_0][IPA_CLIENT_TEST1_CONS] = {26, IPA_GROUP_DL, false, IPA_DPS_HPS_SEQ_TYPE_INVALID, QMB_MASTER_SELECT_DDR}, [IPA_3_0][IPA_CLIENT_TEST2_CONS] = {27, IPA_GROUP_DL, false,