e1000/base: fix jumbo frame CRC failures
authorWenzhuo Lu <wenzhuo.lu@intel.com>
Fri, 16 Oct 2015 02:50:50 +0000 (10:50 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 27 Oct 2015 13:20:24 +0000 (14:20 +0100)
commitf26b9791667a7cce9cddf8a0bb26d5788d7c5f0a
tree806c2daa2e81ba3eb55c7287f200047dda3e0ff3
parentedcdb3c5f71b955e16f23a7726cd30aac92f086a
e1000/base: fix jumbo frame CRC failures

This is a patch to change the value of register 776.20[11:2] for jumbo
mode from 0x1A to 0x1F. This is to enlarge the gap between read and
write pointers in the TX Fifo.
And replace the magic number with a macro by the way.

Signed-off-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
drivers/net/e1000/base/e1000_defines.h
drivers/net/e1000/base/e1000_ich8lan.c