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

Commit 62516f5e authored by Dov Levenglick's avatar Dov Levenglick
Browse files

usb: mbim: remove deprecated call to IPA driver



The IPA deprecated the use of
teth_bridge_set_mbim_aggr_params() which is called
directly by mbim_configure_params(). Hence, the USB
driver removed the call to the latter API.

Change-Id: Idf20f0746643216b951ca583e83be5d3daa90cd4
Signed-off-by: default avatarDov Levenglick <dovl@codeaurora.org>
parent 48e8b938
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -345,7 +345,6 @@ static void bam2bam_data_connect_work(struct work_struct *w)
		}

		if (d->func_type == USB_FUNC_MBIM) {
			mbim_configure_params();
			connect_params.ipa_usb_pipe_hdl =
				d->ipa_params.prod_clnt_hdl;
			connect_params.usb_ipa_pipe_hdl =