Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287697
b: refs/heads/master
c: 3013dc0
h: refs/heads/master
i:
  287695: 0b8dfb9
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Feb 14, 2012
1 parent 68bc777 commit 1deba0b
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: 58e05f357a039a94aa36475f8c110256f693a239
refs/heads/master: 3013dc0cceb9baaf25d5624034eeaa259bf99004
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/3com/3c59x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1842,7 +1842,7 @@ vortex_timer(unsigned long data)
ok = 1;
}

if (!netif_carrier_ok(dev))
if (dev->flags & IFF_SLAVE || !netif_carrier_ok(dev))
next_tick = 5*HZ;

if (vp->medialock)
Expand Down

0 comments on commit 1deba0b

Please sign in to comment.