Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/lwip: adapt to API change of netdev_new_api
Since #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. This adapts lwIP to handle this case explicitly. With it, lwIP will work again on `native`, rather than blocking for a signal that TX has completed that never arrives.
- Loading branch information