diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-02-12 03:37:12 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-16 02:31:40 -0500 |
commit | ed8680a7e68fc07d6b2bfa977e8f5f3d3c568d14 (patch) | |
tree | 842099bd418f4067e7ede73e52fca31b7f6df1c3 | |
parent | 3a36f2efbf9ac5da1d08cb44d237ba35ec354888 (diff) |
bnx2x: GMII not SGMII
Fixing the function name
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/bnx2x_link.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/bnx2x_link.c b/drivers/net/bnx2x_link.c index 526072bb8087..b61a7a24ecc5 100644 --- a/drivers/net/bnx2x_link.c +++ b/drivers/net/bnx2x_link.c | |||
@@ -1753,7 +1753,7 @@ static u8 bnx2x_link_settings_status(struct link_params *params, | |||
1753 | return rc; | 1753 | return rc; |
1754 | } | 1754 | } |
1755 | 1755 | ||
1756 | static void bnx2x_set_sgmii_tx_driver(struct link_params *params) | 1756 | static void bnx2x_set_gmii_tx_driver(struct link_params *params) |
1757 | { | 1757 | { |
1758 | struct bnx2x *bp = params->bp; | 1758 | struct bnx2x *bp = params->bp; |
1759 | u16 lp_up2; | 1759 | u16 lp_up2; |
@@ -4929,7 +4929,7 @@ static u8 bnx2x_update_link_up(struct link_params *params, | |||
4929 | if (gp_status & MDIO_AN_CL73_OR_37_COMPLETE) { | 4929 | if (gp_status & MDIO_AN_CL73_OR_37_COMPLETE) { |
4930 | if (!(vars->phy_flags & | 4930 | if (!(vars->phy_flags & |
4931 | PHY_SGMII_FLAG)) | 4931 | PHY_SGMII_FLAG)) |
4932 | bnx2x_set_sgmii_tx_driver(params); | 4932 | bnx2x_set_gmii_tx_driver(params); |
4933 | } | 4933 | } |
4934 | } | 4934 | } |
4935 | 4935 | ||