Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24066
b: refs/heads/master
c: b4ff645
h: refs/heads/master
v: v3
  • Loading branch information
Steffen Klassert authored and Linus Torvalds committed Mar 26, 2006
1 parent c642df8 commit 0260369
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 125d5ce8a4e9e4babaed52518fecc9eb6958455d
refs/heads/master: b4ff6450f5336c492d1e2f184d3b8186e0716b7a
4 changes: 4 additions & 0 deletions trunk/drivers/net/3c59x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1943,6 +1943,10 @@ vortex_timer(unsigned long data)
dev->name, media_tbl[dev->if_port].name, media_status);
ok = 1;
}

if (!netif_carrier_ok(dev))
next_tick = 5*HZ;

if ( ! ok) {
unsigned int config;

Expand Down

0 comments on commit 0260369

Please sign in to comment.