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

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

Merge "msm: ipa: change ioctl about upstream wan iface"

parents f491a063 a9f709f6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1075,7 +1075,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;
};