1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/netif
Benjamin Valentin 840be824d4 gnrc_netif: relax 6lo MTU assertion for 802.15.4g
802.15.4g devices have a 2047 byte PDU.
So the assertion `netif->ipv6.mtu == IPV6_MIN_MTU` is too strict here.

This is only enforced on init, so changing the modulation at run-time
did not catch this bug.

To test, use e.g. `at86rf215` with

    CFLAGS += -DAT86RF215_DEFAULT_PHY_MODE=IEEE802154_PHY_MR_OQPSK

fixes #14164
2020-05-29 15:59:23 +02:00
..
ethernet gnrc_netif_xxx_create: use external netif allocation 2020-03-26 11:12:23 +01:00
hdr gnrc_netif_hdr: make in parameters const 2019-02-21 12:43:08 +01:00
ieee802154 gnrc_netif_xxx_create: use external netif allocation 2020-03-26 11:12:23 +01:00
init_devs gnrc_netif: fix gnrc_netif_lorawan dependencies 2020-05-19 16:10:58 +02:00
lorawan net/gnrc/netif/lorawan: fixed ABP device activation 2020-05-09 20:16:29 +02:00
_netif.c net/gnrc/netif: Remove 'if' prefix from interface names 2019-11-29 10:22:00 +01:00
gnrc_netif_device_type.c gnrc_netif: introduce gnrc_netif_ipv6 pseudo-module for IPv6 members 2020-05-19 16:10:59 +02:00
gnrc_netif_raw.c gnrc_netif_xxx_create: use external netif allocation 2020-03-26 11:12:23 +01:00
gnrc_netif.c gnrc_netif: relax 6lo MTU assertion for 802.15.4g 2020-05-29 15:59:23 +02:00
Kconfig Kconfig: Expose gnrc/netif configurations 2020-01-13 12:28:31 +01:00
Makefile sys/auto_init: allow delayed initialisation of gnrc_netif 2020-03-04 16:13:40 +01:00