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

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

Merge "usb: gadget: f_gsi: Set MBIM NTB default size in bind_config"

parents ad4dd927 9c5bd474
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -3245,6 +3245,7 @@ int gsi_bind_config(struct usb_configuration *c, enum ipa_usb_teth_prot prot_id)
	case IPA_USB_MBIM:
	case IPA_USB_MBIM:
		gsi->function.name = "mbim";
		gsi->function.name = "mbim";
		gsi->function.strings = mbim_gsi_strings;
		gsi->function.strings = mbim_gsi_strings;
		gsi->d_port.ntb_info.ntb_input_size = MBIM_NTB_DEFAULT_IN_SIZE;
		break;
		break;
	case IPA_USB_DIAG:
	case IPA_USB_DIAG:
		gsi->function.name = "dpl";
		gsi->function.name = "dpl";