mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
c4bc42419b
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. |
||
---|---|---|
.. | ||
gnrc_netdev2_eth.c | ||
gnrc_netdev2_ieee802154.c | ||
gnrc_netdev2.c | ||
Makefile |