From: LEROY Christophe Date: Tue, 11 Aug 2015 10:11:03 +0000 (+0200) Subject: net: fs_enet: mask interrupts for TX partial frames. X-Git-Tag: omap-for-v4.3/fixes-merge-window~107^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c68875fa82a8ab2f45a32aa8adab059f3cb1ed01;p=pandora-kernel.git net: fs_enet: mask interrupts for TX partial frames. We are not interested in interrupts for partially transmitted frames. Unlike SCC and FCC, the FEC doesn't handle the I bit in buffer descriptors, instead it defines two interrupt bits, TXB and TXF. We have to mask TXB in order to only get interrupts once the frame is fully transmitted. Signed-off-by: Christophe Leroy Signed-off-by: David S. Miller --- Reading git-diff-tree failed