1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:12:57 +01:00
RIOT/drivers/w5100
Marian Buschsieweke a81d39494f
drivers/w5100: Fix recv() with too small buffer
If netdev_driver_t::recv() is called and the provided buffer is smaller than
the frame then `-ENOBUFS` should be returned, the frame should be dropped, and
no data of the frame should be returned.

Addresses: https://github.com/RIOT-OS/RIOT/issues/10413
2019-01-29 20:38:56 +01:00
..
include drivers/w5100: use new driver params scheme 2018-03-01 14:13:36 +01:00
Makefile drivers: added driver for W5100 Ethernet chips 2016-10-26 08:36:58 +02:00
w5100.c drivers/w5100: Fix recv() with too small buffer 2019-01-29 20:38:56 +01:00