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

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

Merge "msm: ipa: Enable USB RNDIS to Rmnet switch"

parents 0d56343d 67de00d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ struct ipa3_usb_smmu_reg_map {
 */
static const bool teth_type_switch_tbl_ipa45
	[IPA_USB_MAX_TETH_PROT_SIZE][IPA_USB_MAX_TETH_PROT_SIZE] = {
		[IPA_USB_RNDIS] = {true, false, false, false, false},
		[IPA_USB_RNDIS] = {true, false, true, false, false},
		[IPA_USB_ECM] = {false, true, false, false, false},
		[IPA_USB_RMNET] = {true, false, true, false, false},
		[IPA_USB_MBIM] = {true, true, true, true, false},