Skip to content

Commit

Permalink
net/gnrc/netif: set 6LN flag for ethernet if gnrc_sixloenc is used
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Dec 4, 2023
1 parent 848f3d1 commit bc2c95c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sys/net/gnrc/netif/gnrc_netif_device_type.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ void gnrc_netif_init_6ln(gnrc_netif_t *netif)
}
/* intentionally falls through */
case NETDEV_TYPE_BLE:
#ifdef MODULE_GNRC_SIXLOENC
case NETDEV_TYPE_ETHERNET:
#endif
#ifdef MODULE_CC110X
case NETDEV_TYPE_CC110X:
#endif
Expand Down

0 comments on commit bc2c95c

Please sign in to comment.