mirror of
https://github.com/torvalds/linux.git
synced 2024-12-25 04:11:49 +00:00
Revert "be2net: call napi_disable() for all event queues"
This reverts commit 55485e7b41
.
I applied the wrong version of this patch, the right one is coming up
next.
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
55485e7b41
commit
71237b6feb
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user