]> www.infradead.org Git - users/jedix/linux-maple.git/commit
e1000e: WoL fails on device ID 0x1501
authorJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 07:46:14 +0000 (15:46 +0800)
committerJoe Jin <joe.jin@oracle.com>
Thu, 17 May 2012 07:46:14 +0000 (15:46 +0800)
commit19ef8940f66d6744c2e42cd15de3c60e8ca52d98
tree18029e3777e1c99d6d9f556defc14f0016655493
parentda5f4251fecd393d94ef07af56b2424d095f9bce
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.

(backported from commit 462d599449c1047259ec56bfdcca4f55f7a93038)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/e1000e/ich8lan.c