Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 143469
b: refs/heads/master
c: cbea270
h: refs/heads/master
i:
  143467: 34d60c6
v: v3
  • Loading branch information
Markus Brunner authored and David S. Miller committed Apr 15, 2009
1 parent f14052b commit 5cb589e
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 636d2f68a0814d84de26c021b2c15e3b4ffa29de
refs/heads/master: cbea270714faae389c48c2901ee7988ecd62f664
2 changes: 2 additions & 0 deletions trunk/drivers/net/gianfar.c
Original file line number Diff line number Diff line change
Expand Up @@ -1583,8 +1583,10 @@ static void gfar_reset_task(struct work_struct *work)
struct net_device *dev = priv->ndev;

if (dev->flags & IFF_UP) {
netif_stop_queue(dev);
stop_gfar(dev);
startup_gfar(dev);
netif_start_queue(dev);
}

netif_tx_schedule_all(dev);
Expand Down

0 comments on commit 5cb589e

Please sign in to comment.