eepro100: use inline net_crc32() and bitshift instead of compute_mcast_idx()
commitd00d6d005424dd2447f8b0394e945909852a4282
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 15 Dec 2017 18:41:49 +0000 (15 18:41 +0000)
committerJason Wang <jasowang@redhat.com>
Fri, 22 Dec 2017 02:01:27 +0000 (22 10:01 +0800)
tree92bad253682bf609aae17fad1925938c063f9427
parent8f90bc2f8fbba3c98116e80afd537fb0ca90be2e
eepro100: use inline net_crc32() and bitshift instead of compute_mcast_idx()

This makes it much easier to compare the multicast CRC calculation endian and
bitshift against the Linux driver implementation.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Signed-off-by: Jason Wang <jasowang@redhat.com>
hw/net/eepro100.c