[lotest] Fix endianness in status message

Signed-off-by: Michael Brown <mcb30@ipxe.org>
pull/1/head
Michael Brown 2010-11-20 05:08:25 +00:00
parent 3633bb246c
commit f12fcd53b1
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ int loopback_test ( struct net_device *sender, struct net_device *receiver,
}
} else {
printf ( "\nReceived spurious packet type %04x\n",
net_proto );
ntohs ( net_proto ) );
/* Continue; this allows for the fact that
* there may have been packets outstanding on
* the wire when we started the test.