From: Georg Hofmann Date: Thu, 14 Mar 2013 06:54:09 +0000 (+0000) Subject: net: fec: fix missing napi_disable call X-Git-Tag: v3.9-rc4~27^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f104c38259dcb3e5443c246f0805bc04d887cc3;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed