From: Mark Einon Date: Wed, 20 Aug 2014 22:17:52 +0000 (+0100) Subject: staging: et131x: Don't handle rx/tx packets when changing mtu X-Git-Tag: fixes-for-v3.18-merge-window~15^2~982 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcbadc04c5eb4fa21c44d523a0d3ed0e92f6b807;p=pandora-kernel.git staging: et131x: Don't handle rx/tx packets when changing mtu There's no need to handle any rx/tx interrupts in the middle of an mtu change, so don't. After this change, receive and transmit interrupts are only handled in one place, which paves the way to using NAPI. Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed