diff options
-rw-r--r-- | drivers/net/bnx2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index 4bfc80812926..c3e2b279fca0 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c | |||
@@ -653,7 +653,6 @@ static void | |||
653 | bnx2_netif_stop(struct bnx2 *bp) | 653 | bnx2_netif_stop(struct bnx2 *bp) |
654 | { | 654 | { |
655 | bnx2_cnic_stop(bp); | 655 | bnx2_cnic_stop(bp); |
656 | bnx2_disable_int_sync(bp); | ||
657 | if (netif_running(bp->dev)) { | 656 | if (netif_running(bp->dev)) { |
658 | bnx2_napi_disable(bp); | 657 | bnx2_napi_disable(bp); |
659 | netif_tx_disable(bp->dev); | 658 | netif_tx_disable(bp->dev); |
@@ -672,6 +671,7 @@ bnx2_netif_start(struct bnx2 *bp) | |||
672 | bnx2_cnic_start(bp); | 671 | bnx2_cnic_start(bp); |
673 | } | 672 | } |
674 | } | 673 | } |
674 | bnx2_disable_int_sync(bp); | ||
675 | } | 675 | } |
676 | 676 | ||
677 | static void | 677 | static void |