]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ixgbe: do not set low power mode
authorBrian Maly <brian.maly@oracle.com>
Wed, 7 Oct 2015 20:16:24 +0000 (16:16 -0400)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Mon, 12 Oct 2015 16:01:49 +0000 (09:01 -0700)
commitf07b21bd988483d987f5058b61e507b7abceba8f
treebb497c9e8108af4139da6135c512832a9c0c48b0
parent50dc03322f07b8ad88703b759b7d9c252c22adb8
ixgbe: do not set low power mode

Orabug: 21823210

The following commit added the capability of entering low power mode:

ixgbe: Add a PHY power state method

This works fine with newer drivers that support this capability,
however older drivers that dont support this encounter a regression
as they are not able to restore power mode at boot when the driver
loads. This regression is encountered when booting a newer kernel/driver
that supports low power mode, then doing a warm reboot to an older
kernel or other OS like FreeBSD that do not know how to restore the
power mode. In this case a cold reboot is required to restore power
mode.

Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c