[3.16.y-ckt stable] Patch "igb: bring link up when PHY is powered up" has been added to staging queue
Luis Henriques
luis.henriques at canonical.com
Mon Dec 15 12:19:16 UTC 2014
This is a note to let you know that I have just added a patch titled
igb: bring link up when PHY is powered up
to the linux-3.16.y-queue branch of the 3.16.y-ckt extended stable tree
which can be found at:
http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.16.y-queue
This patch is scheduled to be released in version 3.16.7-ckt3.
If you, or anyone else, feels it should not be added to this tree, please
reply to this email.
For more information about the 3.16.y-ckt tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable
Thanks.
-Luis
------
>From 3c53538364ff3ae1560c36ce8afedbeeff0eb9ef Mon Sep 17 00:00:00 2001
From: Todd Fujinaka <todd.fujinaka at intel.com>
Date: Tue, 17 Jun 2014 06:58:11 +0000
Subject: igb: bring link up when PHY is powered up
commit aec653c43b0c55667355e26d7de1236bda9fb4e3 upstream.
Call igb_setup_link() when the PHY is powered up.
Signed-off-by: Todd Fujinaka <todd.fujinaka at intel.com>
Reported-by: Jeff Westfahl <jeff.westfahl at ni.com>
Tested-by: Aaron Brown <aaron.f.brown at intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher at intel.com>
Cc: Vincent Donnefort <vdonnefort at gmail.com>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
drivers/net/ethernet/intel/igb/igb_main.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/ethernet/intel/igb/igb_main.c b/drivers/net/ethernet/intel/igb/igb_main.c
index a9537ba7a5a0..4d2dc17fd31b 100644
--- a/drivers/net/ethernet/intel/igb/igb_main.c
+++ b/drivers/net/ethernet/intel/igb/igb_main.c
@@ -1630,6 +1630,8 @@ void igb_power_up_link(struct igb_adapter *adapter)
igb_power_up_phy_copper(&adapter->hw);
else
igb_power_up_serdes_link_82575(&adapter->hw);
+
+ igb_setup_link(&adapter->hw);
}
/**
--
2.1.3
More information about the kernel-team
mailing list