Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40724
b: refs/heads/master
c: 36da4d8
h: refs/heads/master
v: v3
  • Loading branch information
Michael Chan authored and David S. Miller committed Nov 5, 2006
1 parent b0ae012 commit cdc5298
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: febf0a431e42f5a1fdb2b763273700610552ddcc
refs/heads/master: 36da4d869f23bc7d1a70a3185218cb626537845c
8 changes: 4 additions & 4 deletions trunk/drivers/net/tg3.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@

#define DRV_MODULE_NAME "tg3"
#define PFX DRV_MODULE_NAME ": "
#define DRV_MODULE_VERSION "3.67"
#define DRV_MODULE_RELDATE "October 18, 2006"
#define DRV_MODULE_VERSION "3.68"
#define DRV_MODULE_RELDATE "November 02, 2006"

#define TG3_DEF_MAC_MODE 0
#define TG3_DEF_RX_MODE 0
Expand Down Expand Up @@ -6014,7 +6014,7 @@ static int tg3_reset_hw(struct tg3 *tp, int reset_phy)
tg3_abort_hw(tp, 1);
}

if ((tp->tg3_flags2 & TG3_FLG2_MII_SERDES) && reset_phy)
if (reset_phy)
tg3_phy_reset(tp);

err = tg3_chip_reset(tp);
Expand Down Expand Up @@ -6574,7 +6574,7 @@ static int tg3_reset_hw(struct tg3 *tp, int reset_phy)
tw32(GRC_LOCAL_CTRL, tp->grc_local_ctrl);
}

err = tg3_setup_phy(tp, reset_phy);
err = tg3_setup_phy(tp, 0);
if (err)
return err;

Expand Down

0 comments on commit cdc5298

Please sign in to comment.