1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net
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
..
application_layer Merge pull request #13726 from benpicco/nanocoap-payload_helper 2020-05-03 08:56:30 -04:00
ble ble/skald: remove broken assert in init() 2019-09-26 22:07:23 +02:00
credman sys/net: add credman (D)TLS credential manager 2019-07-19 13:56:21 +02:00
crosslayer ieee802154: add definitions & config options for MR-O-QPSK 2020-04-29 10:41:37 +02:00
gnrc gnrc_netif: relax 6lo MTU assertion for 802.15.4g 2020-05-29 15:59:23 +02:00
link_layer ieee802154: Expose configurations to Kconfig 2020-04-08 18:28:23 +02:00
netdev_test
netif netif: introduce descriptor based netif 2019-10-11 10:59:14 +02:00
network_layer sys/net: fix typos 2019-11-23 22:39:38 +01:00
routing net: Remove NHDP module 2020-02-18 13:20:05 +01:00
sock sock_util: add interface descriptor parsing to str2ep 2020-05-19 14:57:41 +02:00
transport_layer sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
doc.txt
Kconfig Merge pull request #13315 from jia200x/pr/kconfig/ieee802154 2020-04-08 19:34:55 +02:00