platform/trivial: rename NM_LINK_TYPE_WWAN_ETHERNET to NM_LINK_TYPE_WWAN_NET

Some newer WWAN netdev types are "rawip" which don't bother with
ethernet framing.
This commit is contained in:
Dan Williams
2016-06-14 11:19:15 -05:00
committed by Thomas Haller
parent 4143fbde17
commit f969193db4
4 changed files with 5 additions and 5 deletions

View File

@@ -360,7 +360,7 @@ static const LinkDesc linktypes[] = {
{ NM_LINK_TYPE_INFINIBAND, "infiniband", NULL, NULL },
{ NM_LINK_TYPE_OLPC_MESH, "olpc-mesh", NULL, NULL },
{ NM_LINK_TYPE_WIFI, "wifi", NULL, "wlan" },
{ NM_LINK_TYPE_WWAN_ETHERNET, "wwan", NULL, "wwan" },
{ NM_LINK_TYPE_WWAN_NET, "wwan", NULL, "wwan" },
{ NM_LINK_TYPE_WIMAX, "wimax", "wimax", "wimax" },
{ NM_LINK_TYPE_DUMMY, "dummy", "dummy", NULL },