mirror of
https://github.com/ipxe/ipxe
synced 2025-12-12 14:32:49 +03:00
[lotest] Fix endianness in status message
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -194,7 +194,7 @@ int loopback_test ( struct net_device *sender, struct net_device *receiver,
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
printf ( "\nReceived spurious packet type %04x\n",
|
printf ( "\nReceived spurious packet type %04x\n",
|
||||||
net_proto );
|
ntohs ( net_proto ) );
|
||||||
/* Continue; this allows for the fact that
|
/* Continue; this allows for the fact that
|
||||||
* there may have been packets outstanding on
|
* there may have been packets outstanding on
|
||||||
* the wire when we started the test.
|
* the wire when we started the test.
|
||||||
|
|||||||
Reference in New Issue
Block a user