summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmir Levy <alevy@codeaurora.org>2017-01-19 09:05:12 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-04-05 07:10:07 -0700
commit11b62ec3bfce5751dcb90ed496d27b8ad2138286 (patch)
treee23eb134c59f336273b413416a25a3b2bacad2d4
parent26db194916bdb891d9b2865d38cbe8068760d8ce (diff)
msm: ipa3: configure WLAN resource group on connect
WLAN ep resource groups should be configured at connect so it will use the proper resources. This change configures the resources group when connection is established. Change-Id: I44f564977de155cee1695b2c718c6d2495adf391 CRs-Fixed: 1097871 Signed-off-by: Amir Levy <alevy@codeaurora.org>
-rw-r--r--drivers/platform/msm/ipa/ipa_v3/ipa_uc_wdi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/platform/msm/ipa/ipa_v3/ipa_uc_wdi.c b/drivers/platform/msm/ipa/ipa_v3/ipa_uc_wdi.c
index 57fa2465c9ea..e49bdc8c7083 100644
--- a/drivers/platform/msm/ipa/ipa_v3/ipa_uc_wdi.c
+++ b/drivers/platform/msm/ipa/ipa_v3/ipa_uc_wdi.c
@@ -1205,6 +1205,8 @@ int ipa3_connect_wdi_pipe(struct ipa_wdi_in_params *in,
IPADBG("Skipping endpoint configuration.\n");
}
+ ipa3_enable_data_path(ipa_ep_idx);
+
out->clnt_hdl = ipa_ep_idx;
if (!ep->skip_ep_cfg && IPA_CLIENT_IS_PROD(in->sys.client))