]> git.proxmox.com Git - mirror_qemu.git/commit
sunhme: fix incorrect constant in sunhme_can_receive()
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Sun, 30 Jun 2019 17:21:50 +0000 (18:21 +0100)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Tue, 2 Jul 2019 21:49:08 +0000 (22:49 +0100)
commit076489c043a22fe9be8f3458fbc9012b1fc0606f
tree7c3b23481baa9f6a830ae72460cf97b4199c5a19
parent6bdc3707d993f9e90a5f592ecf261c4f647dbb46
sunhme: fix incorrect constant in sunhme_can_receive()

Due to a copy/paste error the wrong register was being checked in order to
determine if the NIC is able to receive data.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/net/sunhme.c