Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 232854
b: refs/heads/master
c: 785e8cc
h: refs/heads/master
v: v3
  • Loading branch information
Ken Kawasaki authored and David S. Miller committed Feb 1, 2011
1 parent e8c4113 commit 46352f0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8587523640441a9ff2564ebc6efeb39497ad6709
refs/heads/master: 785e8cc39baf31d5c18a2d198ded03a003c9c190
6 changes: 2 additions & 4 deletions trunk/drivers/net/pcmcia/axnet_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -1488,12 +1488,10 @@ static void ei_rx_overrun(struct net_device *dev)

/*
* Wait a full Tx time (1.2ms) + some guard time, NS says 1.6ms total.
* Early datasheets said to poll the reset bit, but now they say that
* it "is not a reliable indicator and subsequently should be ignored."
* We wait at least 10ms.
* We wait at least 2ms.
*/

mdelay(10);
mdelay(2);

/*
* Reset RBCR[01] back to zero as per magic incantation.
Expand Down

0 comments on commit 46352f0

Please sign in to comment.