Files
ipxe/src
Michael Brown 6164741f81 [efi] Guard against GetStatus() failing to return a NULL TX buffer
The UEFI specification requires the EFI_SIMPLE_NETWORK_PROTOCOL
GetStatus() method to set TxBuf to NULL if there are no transmit
buffers to recycle.

Some implementations (observed with Lan9118Dxe in EDK2) fill in TxBuf
only when there is a transmit buffer to recycle, which leads to large
numbers of "spurious TX completion" errors.

Work around this problem by initialising TxBuf to NULL before calling
the GetStatus() method.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2016-05-11 23:02:10 +01:00
..
2007-06-09 22:57:00 +01:00
2010-04-19 23:43:39 +01:00
2016-05-04 16:01:33 +01:00
2016-05-05 23:42:57 +01:00
2016-05-05 23:42:57 +01:00
2010-05-29 23:49:47 +01:00