]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit593478e201f05e9641f319a5365d277097f92ab4
tree305b5603c49b0e5b3dd3b3d26808f11535b4a8f9
parente55f4b35a7ee81da87e291e69d66980b44a8f204
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