Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134543
b: refs/heads/master
c: ed8680a
h: refs/heads/master
i:
  134541: 0abc060
  134539: 7038e81
  134535: c77ec13
  134527: 145b96b
v: v3
  • Loading branch information
Eilon Greenstein authored and David S. Miller committed Feb 16, 2009
1 parent f681de3 commit e76771d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3a36f2efbf9ac5da1d08cb44d237ba35ec354888
refs/heads/master: ed8680a7e68fc07d6b2bfa977e8f5f3d3c568d14
4 changes: 2 additions & 2 deletions trunk/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 e76771d

Please sign in to comment.