Skip to content
Commit 4ec24119 authored by David S. Miller's avatar David S. Miller
Browse files

[NET]: Do not check netif_running() and carrier state in ->poll()



Drivers do this to try to break out of the ->poll()'ing loop
when the device is being brought administratively down.

Now that we have a napi_disable() "pending" state we are going
to solve that problem generically.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a0a46196
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