RIOT/drivers
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
..
2015-09-16 10:58:52 +02:00
2016-03-21 16:16:11 +01:00
2015-09-16 10:58:52 +02:00
2014-06-11 20:17:44 +02:00
2015-09-16 10:58:52 +02:00
2015-11-23 12:15:50 +01:00
2016-02-20 18:19:20 +01:00