mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 13:30:57 +03:00
The snpnet driver uses netdev_tx_defer() and so must ensure that space in the (single-entry) transmit descriptor ring is freed up before calling netdev_tx_complete(). Signed-off-by: Michael Brown <mcb30@ipxe.org>