Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178135
b: refs/heads/master
c: 4529819
h: refs/heads/master
i:
  178133: 60670d7
  178131: 567c8fd
  178127: 521eadf
v: v3
  • Loading branch information
Breno Leitao authored and David S. Miller committed Dec 19, 2009
1 parent 91aa467 commit 2c10c0d
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: 3705e11a21bcdffe7422ee7870e1b23fe4ac70f4
refs/heads/master: 4529819c45161e4a119134f56ef504e69420bc98
2 changes: 1 addition & 1 deletion trunk/drivers/net/bnx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,6 @@ static void
bnx2_netif_stop(struct bnx2 *bp)
{
bnx2_cnic_stop(bp);
bnx2_disable_int_sync(bp);
if (netif_running(bp->dev)) {
bnx2_napi_disable(bp);
netif_tx_disable(bp->dev);
Expand All @@ -672,6 +671,7 @@ bnx2_netif_start(struct bnx2 *bp)
bnx2_cnic_start(bp);
}
}
bnx2_disable_int_sync(bp);
}

static void
Expand Down

0 comments on commit 2c10c0d

Please sign in to comment.