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

Commit 815a7670 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 ca6cb37d
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -1407,6 +1407,8 @@ int ipa3_connect_gsi_wdi_pipe(struct ipa_wdi_in_params *in,
	else
	else
		IPADBG("in->wdi_notify is null\n");
		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))
	if (!ep->skip_ep_cfg && IPA_CLIENT_IS_PROD(in->sys.client))
		ipa3_install_dflt_flt_rules(ipa_ep_idx);
		ipa3_install_dflt_flt_rules(ipa_ep_idx);


@@ -2102,7 +2104,6 @@ int ipa3_enable_gsi_wdi_pipe(u32 clnt_hdl)
	}
	}


	IPA_ACTIVE_CLIENTS_INC_EP(ipa3_get_client_mapping(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));
	memset(&ep_cfg_ctrl, 0, sizeof(struct ipa_ep_cfg_ctrl));
	ipa3_cfg_ep_ctrl(ipa_ep_idx, &ep_cfg_ctrl);
	ipa3_cfg_ep_ctrl(ipa_ep_idx, &ep_cfg_ctrl);