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

Commit 92e42c97 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa3: Changes to configure the sequence type for RMNET pipe"

parents cedb4998 b584e45f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -798,6 +798,13 @@ int ipa3_request_gsi_channel(struct ipa_request_gsi_channel_params *params,
		IPADBG("ep configuration successful\n");
	} else {
		IPADBG("Skipping endpoint configuration.\n");
		if (IPA_CLIENT_IS_PROD(ipa3_ctx->ep[ipa_ep_idx].client) &&
			ipa3_ctx->ep[ipa_ep_idx].client == IPA_CLIENT_USB_PROD)
			if (ipa3_cfg_ep_seq(ipa_ep_idx,
						&params->ipa_ep_cfg.seq)) {
				IPAERR("fail to configure USB pipe seq\n");
				goto ipa_cfg_ep_fail;
			}
	}

	out_params->clnt_hdl = ipa_ep_idx;
+2 −0
Original line number Diff line number Diff line
@@ -1967,6 +1967,8 @@ int ipa3_clear_endpoint_delay(u32 clnt_hdl);
 */
int ipa3_cfg_ep(u32 clnt_hdl, const struct ipa_ep_cfg *ipa_ep_cfg);

int ipa3_cfg_ep_seq(u32 clnt_hdl, const struct ipa_ep_cfg_seq *seq_cfg);

int ipa3_cfg_ep_nat(u32 clnt_hdl, const struct ipa_ep_cfg_nat *ipa_ep_cfg);

int ipa3_cfg_ep_conn_track(u32 clnt_hdl,