net/dp8393x: remove check of runt packets
commit30dfa9a46cd845db3f43f5c11b129f4a50941b02
authorHervé Poussineau <hpoussin@reactos.org>
Fri, 24 Jul 2015 18:42:23 +0000 (24 20:42 +0200)
committerLeon Alrae <leon.alrae@imgtec.com>
Tue, 28 Jul 2015 08:30:09 +0000 (28 09:30 +0100)
treefefa87201beef236f4265de27d8def5cc28adbec
parentf6351288b65130deb8102b17143f5d84f817a02a
net/dp8393x: remove check of runt packets

Ethernet requires that messages are at least 64 bytes on the wire. This
limitation does not exist on emulation (no wire message), so remove the
check. Netcard is now able to receive small network packets.

Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Reviewed-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
hw/net/dp8393x.c