summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-05-04 08:45:06 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-05-04 08:45:05 -0700
commit17178c9391d2eccec7fcbdcf1daeaf1d391bbc24 (patch)
treecaab795ec0a1d1ea615614beca3810dfaedf6f90
parent2db428de0b9d4b653b8e1f9196c289e272be6121 (diff)
parent11b62ec3bfce5751dcb90ed496d27b8ad2138286 (diff)
Merge "msm: ipa3: configure WLAN resource group on connect"
-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))