commit | 8961822c46cc363c239503f998a6d24bbeb346d5 | [log] [tgz] |
---|---|---|
author | LEROY Christophe <christophe.leroy@c-s.fr> | Tue Aug 11 12:11:00 2015 +0200 |
committer | David S. Miller <davem@davemloft.net> | Tue Aug 11 12:05:34 2015 -0700 |
tree | 707ef9c6bf4ea0898d8914ef71feaf7a0c905cea | |
parent | 3257d8b12f954c462d29de6201664a846328a522 [diff] |
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>