e1000e: ICHx/PCHx LOMs should use LPLU setting in NVM when going to Sx
authorBruce Allan <bruce.w.allan@intel.com>
Fri, 16 Dec 2011 00:46:38 +0000 (00:46 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 27 Jan 2012 02:26:43 +0000 (18:26 -0800)
commitc077a9065b8d4612e4d55bd53c3563ca10d5c944
tree15cc4bdb597ce2e7817269682250982a88bbd6d9
parent90b82984a4ce689d7b1d7132e50bc61ac6f8b74f
e1000e: ICHx/PCHx LOMs should use LPLU setting in NVM when going to Sx

When going to Sx with an ICHx/PCH device, the default Low Power Link Up
(LPLU, a.k.a. reverse auto-negotiation) behavior should be whatever is set
in the NVM.  However, the function e1000_suspend_workarounds_ich8lan()
called when going to Sx always enabled LPLU in all power states.

Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/e1000e/ich8lan.c