diff options
author | Alexander Duyck <alexander.h.duyck@intel.com> | 2009-09-14 10:22:54 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-09-15 02:03:49 +0200 |
commit | 2fb02a26bda1cbc3553164a8358c303d936255c5 (patch) | |
tree | edbe01441d2136b6a3f9a07e374cb9850cf6d751 /drivers/net/igb/e1000_82575.h | |
parent | ixgbe: Create separate media type for CX4 adapters (diff) | |
download | linux-2fb02a26bda1cbc3553164a8358c303d936255c5.tar.xz linux-2fb02a26bda1cbc3553164a8358c303d936255c5.zip |
igb: reset sgmii phy at start of init
Our SGMII phy code was incomplete in that it was not actually placing the
phy in SGMII mode and as a result the PHY was not able to establish a link
when connected to a non serdes link partner. This patch updates the code
to combine the SGMII/serdes PCS init and to add the necessary reset.
Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Signed-off-by: Don Skidmore <donald.c.skidmore@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/igb/e1000_82575.h')
-rw-r--r-- | drivers/net/igb/e1000_82575.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/igb/e1000_82575.h b/drivers/net/igb/e1000_82575.h index 8a1e6597061f..ebd146fd4e15 100644 --- a/drivers/net/igb/e1000_82575.h +++ b/drivers/net/igb/e1000_82575.h @@ -28,7 +28,7 @@ #ifndef _E1000_82575_H_ #define _E1000_82575_H_ -extern void igb_shutdown_fiber_serdes_link_82575(struct e1000_hw *hw); +extern void igb_shutdown_serdes_link_82575(struct e1000_hw *hw); extern void igb_rx_fifo_flush_82575(struct e1000_hw *hw); #define ID_LED_DEFAULT_82575_SERDES ((ID_LED_DEF1_DEF2 << 12) | \ |