mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 20:40:25 +03:00
Added net device TX queue; this will be needed to support the PXE UNDI API
(which will need us to wait for TX completions). Added debug autocolourisation to netdevice.c
This commit is contained in:
@@ -158,7 +158,7 @@ static int pnic_transmit ( struct net_device *netdev, struct pk_buff *pkb ) {
|
||||
pnic_command ( pnic, PNIC_CMD_XMIT, pkb->data, pkb_len ( pkb ),
|
||||
NULL, 0, NULL );
|
||||
|
||||
free_pkb ( pkb );
|
||||
netdev_tx_complete ( netdev, pkb );
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user