hw/net: rtl8139: Remove the logic of padding short frames in the receive path
commit63b901bfd30a0975bc326ba8527880fabac2e66d
authorBin Meng <bmeng@tinylab.org>
Sun, 25 Jun 2023 01:53:18 +0000 (25 09:53 +0800)
committerJason Wang <jasowang@redhat.com>
Fri, 7 Jul 2023 08:35:12 +0000 (7 16:35 +0800)
tree254af59735b880f9da003d43cf715b1fe81a874c
parent6d0d261dbfa6122e9b3bdcab7d934ca49f069c21
hw/net: rtl8139: 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/rtl8139.c