Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aec653c

Browse files
Todd FujinakaJeff Kirsher
authored andcommitted
igb: bring link up when PHY is powered up
Call igb_setup_link() when the PHY is powered up. Signed-off-by: Todd Fujinaka <[email protected]> Reported-by: Jeff Westfahl <[email protected]> Tested-by: Aaron Brown <[email protected]> Signed-off-by: Jeff Kirsher <[email protected]>
1 parent 67b807e commit aec653c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/net/ethernet/intel/igb/igb_main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,6 +1630,8 @@ void igb_power_up_link(struct igb_adapter *adapter)
16301630
igb_power_up_phy_copper(&adapter->hw);
16311631
else
16321632
igb_power_up_serdes_link_82575(&adapter->hw);
1633+
1634+
igb_setup_link(&adapter->hw);
16331635
}
16341636

16351637
/**

0 commit comments

Comments
 (0)