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

Commit 1173c6c4 authored by Praveen Kurapati's avatar Praveen Kurapati Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa3: Set resource group while connecting WLAN



Added functionality to set resource group for clients
during WLAN up.

Change-Id: Ic26a2792e26b74fdeacb824c98e7f88a55643b80
Signed-off-by: default avatarPraveen Kurapati <pkurapat@codeaurora.org>
parent 32aead38
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1413,6 +1413,8 @@ int ipa3_connect_gsi_wdi_pipe(struct ipa_wdi_in_params *in,
	else
		IPADBG("in->wdi_notify is null\n");

	ipa3_enable_data_path(ipa_ep_idx);

	if (!ep->skip_ep_cfg && IPA_CLIENT_IS_PROD(in->sys.client))
		ipa3_install_dflt_flt_rules(ipa_ep_idx);

@@ -2108,7 +2110,6 @@ int ipa3_enable_gsi_wdi_pipe(u32 clnt_hdl)
	}

	IPA_ACTIVE_CLIENTS_INC_EP(ipa3_get_client_mapping(clnt_hdl));
	ipa3_enable_data_path(clnt_hdl);

	memset(&ep_cfg_ctrl, 0, sizeof(struct ipa_ep_cfg_ctrl));
	ipa3_cfg_ep_ctrl(ipa_ep_idx, &ep_cfg_ctrl);