1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/cc2420
Marian Buschsieweke aac69c3a56
drivers/cc2420: Fixed behavior on too small buffer
As decided in https://github.com/RIOT-OS/RIOT/issues/10413 when
netdev_driver_t::recv() is called with a too small buffer the incoming frame
should be dropped and `-ENOBUFS` returned. This commit makes cc2420 compliant.
2019-01-08 23:45:06 +01:00
..
include drivers/cc2420: use new driver params scheme 2018-03-01 14:30:35 +01:00
cc2420_getset.c cc2420: Remove netdev access from set_pan 2018-11-28 11:31:03 +01:00
cc2420_internal.c drivers/cc2420: adapted to SPI API changes 2017-01-25 16:46:45 +01:00
cc2420_netdev.c drivers/netdev_ieee802154: drop NETOPT_MAX_PKT_SIZE 2018-10-16 13:28:03 +02:00
cc2420.c drivers/cc2420: Fixed behavior on too small buffer 2019-01-08 23:45:06 +01:00
Makefile drivers: added support for CC2420 radio 2016-07-06 18:14:48 +02:00