]> git.baikalelectronics.ru Git - kernel.git/commit
ixgbe: Fix 82599 KX4 Wake on LAN issue after an improper system shutdown
authorMallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com>
Thu, 18 Mar 2010 15:16:56 +0000 (15:16 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Mar 2010 05:14:27 +0000 (22:14 -0700)
commit78f71160f7282636184998ecbc5dfebfc0d34874
tree0aff0fbae7e4dd13989ceff304387b1f30fb702d
parent38cfb731485d2e6ac890d9b5c43c352fe3a9f740
ixgbe: Fix 82599 KX4 Wake on LAN issue after an improper system shutdown

Advanced Power Management is disabled for 82599 KX4 connections by
clearing GRC.APME bit, causing it to not wake the system from an
improper system shutdown. By default GRC.APME is enabled and software
is not supposed to clear these settings during adapter probe.

Signed-off-by: Mallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_main.c