]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[netdevice] Allow non-completion TX errors to be recorded
authorMichael Brown <mcb30@ipxe.org>
Tue, 28 Jun 2011 09:19:23 +0000 (10:19 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 28 Jun 2011 09:19:23 +0000 (10:19 +0100)
commitd6115c91cfa4e3de72b87d3035b418d13b81e197
treea92c30e2786877dbae437eb4009c7421a6cea77d
parent3fc139362c75eb69e02989241755ec894533f675
[netdevice] Allow non-completion TX errors to be recorded

Allow TX errors to be recorded against a network device even when the
packet didn't make it as far as netdev_tx().

Inspired-by: Dominik Russenberger <dominik.russenberger@terreactive.ch>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/netdevice.h
src/net/netdevice.c