Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135019
b: refs/heads/master
c: 762d5f6
h: refs/heads/master
i:
  135017: 4550696
  135015: 7646728
v: v3
  • Loading branch information
Eilon Greenstein authored and David S. Miller committed Mar 3, 2009
1 parent f164c62 commit f3c530d
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: 490c3c9bf986545bdd99dcd4b0045c747564be39
refs/heads/master: 762d5f6c95e4c7036aaaf67ec0749ed64ebb71e7
6 changes: 2 additions & 4 deletions trunk/drivers/net/bnx2x_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6573,10 +6573,8 @@ static void bnx2x_netif_stop(struct bnx2x *bp, int disable_hw)
{
bnx2x_int_disable_sync(bp, disable_hw);
bnx2x_napi_disable(bp);
if (netif_running(bp->dev)) {
netif_tx_disable(bp->dev);
bp->dev->trans_start = jiffies; /* prevent tx timeout */
}
netif_tx_disable(bp->dev);
bp->dev->trans_start = jiffies; /* prevent tx timeout */
}

/*
Expand Down

0 comments on commit f3c530d

Please sign in to comment.