Commit 71237b6f authored by David S. Miller's avatar David S. Miller

Revert "be2net: call napi_disable() for all event queues"

This reverts commit 55485e7b.

I applied the wrong version of this patch, the right one is coming up
next.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 55485e7b
...@@ -2663,8 +2663,8 @@ static int be_close(struct net_device *netdev) ...@@ -2663,8 +2663,8 @@ static int be_close(struct net_device *netdev)
napi_disable(&eqo->napi); napi_disable(&eqo->napi);
be_disable_busy_poll(eqo); be_disable_busy_poll(eqo);
} }
adapter->flags &= ~BE_FLAGS_NAPI_ENABLED;
} }
adapter->flags &= ~BE_FLAGS_NAPI_ENABLED;
be_async_mcc_disable(adapter); be_async_mcc_disable(adapter);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment