qemu: e1000 fix TOR math
commita05e8a6e90c82cec67d16fed24da0fd04ec00f32
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 2 Sep 2010 14:47:43 +0000 (2 17:47 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Mon, 6 Sep 2010 11:47:56 +0000 (6 14:47 +0300)
tree32b6d957e929b44b3590d4b06f19e2e5fb7cf5d0
parentba5e7f82169f32ab8163c707d97c799ca09f8924
qemu: e1000 fix TOR math

Patch b0b900070c7cb29bbefb732ec00397abe5de6d73 made
TOR valuer incorrect: the spec says it should always
include the CRC field.
No one seems to use this field, but better to stick to spec.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/e1000.c