Merge "msm: rmnet_ipa3: fix QMAP command xfer"
This commit is contained in:
commit
00be8b5375
1 changed files with 2 additions and 1 deletions
|
@ -1140,7 +1140,8 @@ send:
|
|||
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);
|
||||
|
|
Loading…
Add table
Reference in a new issue