Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 86451
b: refs/heads/master
c: 179956f
h: refs/heads/master
i:
  86449: 76b780d
  86447: 1dbd240
v: v3
  • Loading branch information
Atsushi Nemoto authored and Jeff Garzik committed Feb 24, 2008
1 parent fe93edc commit 24de96e
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: a84d0a3d6909c871bfa617a45a7517ce9292d4fb
refs/heads/master: 179956f498bd8cc55fb803c4ee0cf18be59c8b01
2 changes: 1 addition & 1 deletion trunk/drivers/net/macb.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ static void macb_handle_link_change(struct net_device *dev)

if (phydev->duplex)
reg |= MACB_BIT(FD);
if (phydev->speed)
if (phydev->speed == SPEED_100)
reg |= MACB_BIT(SPD);

macb_writel(bp, NCFGR, reg);
Expand Down

0 comments on commit 24de96e

Please sign in to comment.