commit | 3f104c38259dcb3e5443c246f0805bc04d887cc3 | [log] [tgz] |
---|---|---|
author | Georg Hofmann <georg@hofmannsweb.com> | Thu Mar 14 06:54:09 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 15 08:46:49 2013 -0400 |
tree | e2faae3ad463612867579e91c421e7afa44a03d2 | |
parent | d97e74976982a35168c7f131cce0d93537337a26 [diff] |
net: fec: fix missing napi_disable call Commit dc975382d2ef36be7e78fac3717927de1a5abcd8 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: Georg Hofmann <georg@hofmannsweb.com> Signed-off-by: David S. Miller <davem@davemloft.net>