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

Commit 567f3aac authored by Talel Atias's avatar Talel Atias
Browse files

msm: kernel: rndis_ipa: change default exception endpoints



This change follows IPA driver new client types naming.
Due to the fact that rndis_ipa network interface driver is
the owner of the USB endpoints it need to correctly
configure them with the new client names.

Change-Id: I68abd0157d4652e2188b4fae15e7cebe7f1f7049
Signed-off-by: default avatarTalel Atias <tatias@codeaurora.org>
parent cadcc68d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -312,7 +312,7 @@ const struct file_operations rndis_ipa_aggr_ops = {
static struct ipa_ep_cfg ipa_to_usb_ep_cfg = {
	.mode = {
		.mode = IPA_BASIC,
		.dst  = IPA_CLIENT_A5_LAN_WAN_CONS,
		.dst  = IPA_CLIENT_APPS_LAN_CONS,
	},
	.hdr = {
		.hdr_len = ETH_ALEN + sizeof(struct rndis_pkt_hdr),
@@ -357,7 +357,7 @@ static struct ipa_ep_cfg ipa_to_usb_ep_cfg = {
static struct ipa_ep_cfg usb_to_ipa_ep_cfg = {
	.mode = {
		.mode = IPA_BASIC,
		.dst  = IPA_CLIENT_A5_LAN_WAN_CONS,
		.dst  = IPA_CLIENT_APPS_LAN_CONS,
	},
	.hdr = {
		.hdr_len = ETH_ALEN,