1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 22:13:52 +01:00
Marian Buschsieweke 424eae0095
pkg/lwip: fix adaption to API change of netdev_new_api
Since https://github.com/RIOT-OS/RIOT/pull/21012 a netdev in the new API
can return > 0 directly in netdev_driver_t::send() to indicate the
driver is naturally synchronous and has already completed the
transmission.

The adaption of lwIP to that API change contained a bug: It handled the
case after the thread is already blocked waiting for the signal that
is never going to arrive. This is now fixed.
2024-12-16 15:11:25 +01:00
..
2024-01-11 16:09:45 +01:00
2022-06-01 10:48:34 +02:00
2024-05-24 11:57:46 +02:00
2024-11-27 09:18:30 +01:00
2024-02-05 22:01:40 +01:00