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

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

Merge "msm: rmnet_ipa3: fix QMAP command xfer"

parents 4bee3a54 36475358
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1141,7 +1141,8 @@ static int ipa3_wwan_xmit(struct sk_buff *skb, struct net_device *dev)
		memset(&meta, 0, sizeof(meta));
		meta.pkt_init_dst_ep_valid = true;
		meta.pkt_init_dst_ep_remote = true;
		meta.pkt_init_dst_ep = IPA_CLIENT_Q6_LAN_CONS;
		meta.pkt_init_dst_ep =
			ipa3_get_ep_mapping(IPA_CLIENT_Q6_WAN_CONS);
		ret = ipa3_tx_dp(IPA_CLIENT_APPS_WAN_PROD, skb, &meta);
	} else {
		ret = ipa3_tx_dp(IPA_CLIENT_APPS_WAN_PROD, skb, NULL);