platform/linux: recognize WPAN links
This commit is contained in:
@@ -534,6 +534,7 @@ static const LinkDesc linktypes[] = {
|
||||
{ NM_LINK_TYPE_WIFI, "wifi", NULL, "wlan" },
|
||||
{ NM_LINK_TYPE_WWAN_NET, "wwan", NULL, "wwan" },
|
||||
{ NM_LINK_TYPE_WIMAX, "wimax", "wimax", "wimax" },
|
||||
{ NM_LINK_TYPE_WPAN, "wpan", NULL, NULL },
|
||||
|
||||
{ NM_LINK_TYPE_BNEP, "bluetooth", NULL, "bluetooth" },
|
||||
{ NM_LINK_TYPE_DUMMY, "dummy", "dummy", NULL },
|
||||
@@ -842,6 +843,8 @@ _linktype_get_type (NMPlatform *platform,
|
||||
return NM_LINK_TYPE_IP6TNL;
|
||||
else if (arptype == ARPHRD_PPP)
|
||||
return NM_LINK_TYPE_PPP;
|
||||
else if (arptype == ARPHRD_IEEE802154)
|
||||
return NM_LINK_TYPE_WPAN;
|
||||
|
||||
{
|
||||
NMPUtilsEthtoolDriverInfo driver_info;
|
||||
|
Reference in New Issue
Block a user