Skip to content

Commit

Permalink
Merge pull request #20139 from benpicco/gnrc_sixloenc-fix
Browse files Browse the repository at this point in the history
net/gnrc/netif: set 6LN flag for ethernet if gnrc_sixloenc is used
  • Loading branch information
benpicco authored Dec 7, 2023
2 parents eb2e698 + bc2c95c commit 81b5cf2
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 81b5cf2

Please sign in to comment.