From: Anton Blanchard Date: Fri, 14 Oct 2011 05:31:02 +0000 (+0000) Subject: ehea: Dont check NETIF_F_TSO in TX path X-Git-Tag: v3.2-rc1~182^2~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=921ddc19b91ed92ce9485e46a147a0a49fabc69c;p=pandora-kernel.git ehea: Dont check NETIF_F_TSO in TX path It seems like the ehea xmit routine and an ethtool change of TSO mode could race, resulting in corrupt packets. Checking gso_size is enough and we can use the helper function. Signed-off-by: Anton Blanchard Signed-off-by: Thadeu Lima de Souza Cascardo Signed-off-by: David S. Miller --- Reading git-diff-tree failed