OSDN Git Service

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