Skip to content

Commit

Permalink
bnx2x: GMII not SGMII
Browse files Browse the repository at this point in the history
Fixing the function name

Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Eilon Greenstein authored and David S. Miller committed Feb 16, 2009
1 parent 3a36f2e commit ed8680a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/net/bnx2x_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -1753,7 +1753,7 @@ static u8 bnx2x_link_settings_status(struct link_params *params,
return rc;
}

static void bnx2x_set_sgmii_tx_driver(struct link_params *params)
static void bnx2x_set_gmii_tx_driver(struct link_params *params)
{
struct bnx2x *bp = params->bp;
u16 lp_up2;
Expand Down Expand Up @@ -4929,7 +4929,7 @@ static u8 bnx2x_update_link_up(struct link_params *params,
if (gp_status & MDIO_AN_CL73_OR_37_COMPLETE) {
if (!(vars->phy_flags &
PHY_SGMII_FLAG))
bnx2x_set_sgmii_tx_driver(params);
bnx2x_set_gmii_tx_driver(params);
}
}

Expand Down

0 comments on commit ed8680a

Please sign in to comment.