e1000e: WoL fails on device ID 0x1501
authorBruce Allan <bruce.w.allan@intel.com>
Fri, 30 Sep 2011 08:07:11 +0000 (08:07 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 6 Oct 2011 10:17:04 +0000 (03:17 -0700)
commit462d599449c1047259ec56bfdcca4f55f7a93038
tree305b5603c49b0e5b3dd3b3d26808f11535b4a8f9
parent03299e46c9e857b885bf66c47bebc1bcac5dba55
e1000e: WoL fails on device ID 0x1501

PCI device ID 0x1501 has a hardware bug when the link downshifts for
whatever reason which requires a workaround.  The workaround already exists
for other similar devices but is not called for 0x1501 (it should be called
for any ICH8-based device that uses a GbE PHY).  There is also one other
instance when the workaround should be called - after disabling gigabit
speed when going to Sx.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Jeff Pieper <jeffrey.e.pieper@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000e/ich8lan.c