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:

committed by
Thomas Haller

parent
4143fbde17
commit
f969193db4
@@ -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 },
|
||||
|
Reference in New Issue
Block a user