1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/link_layer/netdev2
Yonezawa-T2 c4bc42419b netdev2_tap: continue reading even if no spaces left in pktbuf
On OS X, `netdev2_tap` suspends monitoring file descriptor until `_recv` is
called. If no spaces in left in pktbuf, `gnrc_netdev2_eth` does not call `_recv`
that results in deadlock.

With this commit, `gnrc_netdev2_eth` calls `_recv` with NULL buffer and non-zero
length parameter, that indicates the driver to drop frame and resume working.
2016-03-31 16:59:12 +09:00
..
gnrc_netdev2_eth.c netdev2_tap: continue reading even if no spaces left in pktbuf 2016-03-31 16:59:12 +09:00
gnrc_netdev2_ieee802154.c netdev2: introduce linklayer netstats 2016-03-29 22:34:09 +02:00
gnrc_netdev2.c netdev2: introduce linklayer netstats 2016-03-29 22:34:09 +02:00
Makefile sys: net: gnrc: add basic netdev2 support 2015-09-04 15:39:04 +02:00