]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: fs_enet: explicitly remove I flag on TX partial frames
authorLEROY Christophe <christophe.leroy@c-s.fr>
Tue, 11 Aug 2015 10:11:00 +0000 (12:11 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Aug 2015 19:05:34 +0000 (12:05 -0700)
commit8961822c46cc363c239503f998a6d24bbeb346d5
tree707ef9c6bf4ea0898d8914ef71feaf7a0c905cea
parent3257d8b12f954c462d29de6201664a846328a522
net: fs_enet: explicitly remove I flag on TX partial frames

We are not interested in interrupts for partially transmitted frames,
we have to clear BD_ENET_TX_INTR explicitly otherwise it may remain
from a previously used descriptor.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fs_enet/fs_enet-main.c