From: David Ertman Date: Fri, 24 Jan 2014 23:07:48 +0000 (+0000) Subject: e1000e: Fix 82579 sets LPI too early. X-Git-Tag: v3.15-rc1~113^2~204^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a03206edfffdeea34e7246b5a0e0da6651511062;p=pandora-kernel.git e1000e: Fix 82579 sets LPI too early. Enabling EEE LPI sooner than one second after link up on 82579 causes link issues with some switches. Remove EEE enablement for 82579 parts from the link initialization flow to avoid initializing too early. EEE initialization for 82579 will be done in e1000e_update_phy_task. Signed-off-by: Dave Ertman Acked-by: Bruce W Allan Tested-by: Jeff Pieper Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed