From: Anton Blanchard Date: Fri, 14 Oct 2011 05:31:05 +0000 (+0000) Subject: ehea: Simplify ehea_xmit2 and ehea_xmit3 X-Git-Tag: v3.2-rc1~182^2~107 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d695c335f9165cb73f9389479cce755e8207b5f4;p=pandora-kernel.git ehea: Simplify ehea_xmit2 and ehea_xmit3 Based on a patch from Michael Ellerman, clean up a significant portion of the transmit path. There was a lot of duplication here. Even worse, we were always checksumming tx packets and ignoring the skb->ip_summed field. Also remove NETIF_F_FRAGLIST from dev->features, I'm not sure why it was enabled. Signed-off-by: Anton Blanchard Signed-off-by: Thadeu Lima de Souza Cascardo Signed-off-by: David S. Miller --- Reading git-diff-tree failed