mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-28 07:51:19 +01:00
ng_nettype: adapt for new ethertype
This commit is contained in:
parent
02b31292df
commit
2f9054cb70
@ -130,7 +130,7 @@ static inline uint16_t ng_nettype_to_ethertype(ng_nettype_t type)
|
||||
return NG_ETHERTYPE_IPV6;
|
||||
#endif
|
||||
default:
|
||||
return NG_ETHERTYPE_RESERVED;
|
||||
return NG_ETHERTYPE_UNKNOWN;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user