hw/net: ne2000: Remove the logic of padding short frames in the receive path
commit05db4476c5d25e437d807175de9f862bf5bf732c
authorBin Meng <bmeng@tinylab.org>
Sun, 25 Jun 2023 01:53:16 +0000 (25 09:53 +0800)
committerJason Wang <jasowang@redhat.com>
Fri, 7 Jul 2023 08:35:12 +0000 (7 16:35 +0800)
treea9d656dce9401c430f2a0dd7d1fa5f153c623c64
parentc58da33f2f8410b6f22cd1d33377dadf3a4d8867
hw/net: ne2000: Remove the logic of padding short frames in the receive path

Now that we have implemented unified short frames padding in the
QEMU networking codes, remove the same logic in the NIC codes.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/ne2000.c