Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130349
b: refs/heads/master
c: b9d57f9
h: refs/heads/master
i:
  130347: e77cd95
v: v3
  • Loading branch information
Matt Waddel authored and Greg Ungerer committed Jan 27, 2009
1 parent f0debee commit b640f68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: d4732d3c59b84bb093e11c8f755f32801b4bf86d
refs/heads/master: b9d57f94bb0ed56a5a2b58552a9ff4453013ff0b
2 changes: 1 addition & 1 deletion trunk/drivers/net/fec.c
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ static void __inline__ fec_set_mii(struct net_device *dev, struct fec_enet_priva
/*
* Set MII speed to 2.5 MHz
*/
fep->phy_speed = ((((MCF_CLK / 2) / (2500000 / 10)) + 5) / 10) * 2;
fep->phy_speed = (MCF_CLK / 3) / (2500000 * 2 ) * 2;
fecp->fec_mii_speed = fep->phy_speed;

fec_restart(dev, 0);
Expand Down

0 comments on commit b640f68

Please sign in to comment.