mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 22:49:47 +01:00
Merge pull request #20139 from benpicco/gnrc_sixloenc-fix
net/gnrc/netif: set 6LN flag for ethernet if gnrc_sixloenc is used
This commit is contained in:
commit
81b5cf2e94
@ -115,6 +115,9 @@ void gnrc_netif_init_6ln(gnrc_netif_t *netif)
|
|||||||
}
|
}
|
||||||
/* intentionally falls through */
|
/* intentionally falls through */
|
||||||
case NETDEV_TYPE_BLE:
|
case NETDEV_TYPE_BLE:
|
||||||
|
#ifdef MODULE_GNRC_SIXLOENC
|
||||||
|
case NETDEV_TYPE_ETHERNET:
|
||||||
|
#endif
|
||||||
#ifdef MODULE_CC110X
|
#ifdef MODULE_CC110X
|
||||||
case NETDEV_TYPE_CC110X:
|
case NETDEV_TYPE_CC110X:
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user