aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorGeorg Hofmann <georg@hofmannsweb.com>2013-03-14 06:54:09 +0000
committerDavid S. Miller <davem@davemloft.net>2013-03-15 08:46:49 -0400
commit3f104c38259dcb3e5443c246f0805bc04d887cc3 (patch)
treee2faae3ad463612867579e91c421e7afa44a03d2 /net
parentnet: fec: restart the FEC when PHY speed changes (diff)
downloadlinux-dev-3f104c38259dcb3e5443c246f0805bc04d887cc3.tar.xz
linux-dev-3f104c38259dcb3e5443c246f0805bc04d887cc3.zip
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>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions