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

Commit 95998d8f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa3: Set resource group while connecting WLAN"

parents 1046e1ed 1173c6c4
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);