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

Commit a9f709f6 authored by Skylar Chang's avatar Skylar Chang
Browse files

msm: ipa: change ioctl about upstream wan iface



In order to provide more flexibility, CnE will provide
IPACM the UPstream network interface along with the tethered
network interface. Then usb/wlan client could have different
upstream PDNs.

Change-Id: Iba893b589d12c1a6387fa392d2568068bde4b4d4
Signed-off-by: default avatarSkylar Chang <chiaweic@codeaurora.org>
parent 6eb2af6d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1056,7 +1056,8 @@ struct ipa_ecm_msg {
 * CnE need to pass the name of default wan iface when connected/disconnected.
 */
struct ipa_wan_msg {
	char name[IPA_RESOURCE_NAME_MAX];
	char upstream_ifname[IPA_RESOURCE_NAME_MAX];
	char tethered_ifname[IPA_RESOURCE_NAME_MAX];
	enum ipa_ip_type ip;
};