1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/netdev_ieee802154
Benjamin Valentin cfc2feca1d ieee802154: return PDU based on PHY mode
IEEE 802.15.4g-2012 specifies a PDU of 2047 for it's PHY modes, so
query the driver for the mode before returning the PDU.

If none of the new modes is used, don't query the driver to not incure
a penalty on existing platforms.
2020-04-29 10:41:37 +02:00
..
Makefile netdev2: rename to netdev and remove gnrc_netdev 2017-03-15 09:31:20 +01:00
netdev_ieee802154.c ieee802154: return PDU based on PHY mode 2020-04-29 10:41:37 +02:00