Skip to content
Snippets Groups Projects
Commit 3f104c38 authored by Georg Hofmann's avatar Georg Hofmann Committed by David S. Miller
Browse files

net: fec: fix missing napi_disable call


Commit dc975382 introduces napi support
but never calls napi_disable. This will generate a kernel oops
(kernel BUG at include/linux/netdevice.h:473!) every time, when
ndo_stop is called followed by ndo_start.
Add the missing napi_diable call.

Signed-off-by: default avatarGeorg Hofmann <georg@hofmannsweb.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d97e7497
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment