Skip to content

Commit

Permalink
Revert "be2net: call napi_disable() for all event queues"
Browse files Browse the repository at this point in the history
This reverts commit 55485e7.

I applied the wrong version of this patch, the right one is coming up
next.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Nov 28, 2013
1 parent 55485e7 commit 71237b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/emulex/benet/be_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2663,8 +2663,8 @@ static int be_close(struct net_device *netdev)
napi_disable(&eqo->napi);
be_disable_busy_poll(eqo);
}
adapter->flags &= ~BE_FLAGS_NAPI_ENABLED;
}
adapter->flags &= ~BE_FLAGS_NAPI_ENABLED;

be_async_mcc_disable(adapter);

Expand Down

0 comments on commit 71237b6

Please sign in to comment.