]> git.baikalelectronics.ru Git - kernel.git/commit
e1000e: disable broken PHY wakeup for ICH10 LOMs, use MAC wakeup instead
authorBruce Allan <bruce.w.allan@intel.com>
Wed, 2 Feb 2011 09:30:36 +0000 (09:30 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 2 Mar 2011 11:34:27 +0000 (03:34 -0800)
commitf07cc381c9a36d0600978398e1af95c79c7daf12
tree43374554b271221540baf64179b5d328c935ee3a
parentac36b064e48860f74fa45dc890b57bdcdc8095f2
e1000e: disable broken PHY wakeup for ICH10 LOMs, use MAC wakeup instead

When support for 82577/82578 was added[1] in 2.6.31, PHY wakeup was in-
advertently enabled (even though it does not function properly) on ICH10
LOMs.  This patch makes it so that the ICH10 LOMs use MAC wakeup instead
as was done with the initial support for those devices (i.e. 82567LM-3,
82567LF-3 and 82567V-4).

[1] commit 2ab22f9f1910786ddfc251486c4d9f0dbf0c4e32

Reported-by: Aurelien Jarno <aurelien@aurel32.net>
Cc: <stable@kernel.org>
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/e1000e/netdev.c