]> Git Repo - qemu.git/commit - hw/net/lan9118.c
lan9118: use inline net_crc32() and bitshift instead of compute_mcast_idx()
authorMark Cave-Ayland <[email protected]>
Fri, 15 Dec 2017 18:41:51 +0000 (18:41 +0000)
committerJason Wang <[email protected]>
Fri, 22 Dec 2017 02:01:27 +0000 (10:01 +0800)
commiteedeaee73ac47341efca4c06e3ccb0029ee9332f
treeb3e05b8fbb3707f27871c08f7812a804cd694ad6
parent308913bb431104f34f5c2e35eaaf297ff3e8ec7b
lan9118: 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 <[email protected]>
Signed-off-by: Jason Wang <[email protected]>
hw/net/lan9118.c
This page took 0.027381 seconds and 4 git commands to generate.