Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
	}

	be_async_mcc_disable(adapter);