Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41535
b: refs/heads/master
c: bca79eb
h: refs/heads/master
i:
  41533: d21b520
  41531: c567901
  41527: 614006a
  41519: e937fcb
  41503: 17f2ad4
  41471: 8672d41
v: v3
  • Loading branch information
Randy Dunlap authored and Jeff Garzik committed Dec 2, 2006
1 parent c9972bb commit 064d851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: cb8011ad53e0855ef088e0e5a4bcb98fa90c70b6
refs/heads/master: bca79eb7e7a1855947864952fcd878a5ae7b5c92
4 changes: 2 additions & 2 deletions trunk/drivers/net/sundance.c
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ reset_tx (struct net_device *dev)
np->cur_tx = np->dirty_tx = 0;
np->cur_task = 0;

np->last_tx = 0;
np->last_tx = NULL;
iowrite8(127, ioaddr + TxDMAPollPeriod);

iowrite16 (StatsEnable | RxEnable | TxEnable, ioaddr + MACCtrl1);
Expand Down Expand Up @@ -1648,7 +1648,7 @@ static int netdev_close(struct net_device *dev)
np->cur_tx = 0;
np->dirty_tx = 0;
np->cur_task = 0;
np->last_tx = 0;
np->last_tx = NULL;

netif_stop_queue(dev);

Expand Down

0 comments on commit 064d851

Please sign in to comment.