> From: [email protected] [mailto:netdev- > [email protected]] On Behalf Of Kai-Heng Feng > Sent: Tuesday, December 11, 2018 12:00 AM > To: Kirsher, Jeffrey T <[email protected]> > Cc: [email protected]; [email protected]; > [email protected]; [email protected]; Kai-Heng Feng > <[email protected]> > Subject: [PATCH 2/2] igb: Exclude device from suspend direct complete > optimization > > igb sets different WoL settings in system suspend callback and runtime > suspend callback. > > The suspend direct complete optimization leaves igb in runtime suspneded > state with wrong WoL setting during system suspend. > > To fix this, we need to disable suspend direct complete optimization to > let igb always use suspend callback to set correct WoL during system > suspend. > > Signed-off-by: Kai-Heng Feng <[email protected]> > --- > drivers/net/ethernet/intel/igb/igb_main.c | 3 +++ > 1 file changed, 3 insertions(+) > Tested-by: Aaron Brown <[email protected]>

