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

Commit 67de00d4 authored by Ghanim Fodi's avatar Ghanim Fodi Committed by Gerrit - the friendly Code Review server
Browse files

msm: ipa: Enable USB RNDIS to Rmnet switch



Rndis to Rmnet switch has no issues and should
be enabled.

Change-Id: I0415895f872503bcbf3e13fe20dfac11ae47b004
Signed-off-by: default avatarGhanim Fodi <gfodi@codeaurora.org>
parent 6298b5f1
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},