aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_output.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/ip_output.c')
-rw-r--r--net/ipv4/ip_output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ip_output.c b/net/ipv4/ip_output.c
index 34ea4547ebbe..a7dd343d3a03 100644
--- a/net/ipv4/ip_output.c
+++ b/net/ipv4/ip_output.c
@@ -837,7 +837,7 @@ int ip_append_data(struct sock *sk,
837 */ 837 */
838 if (transhdrlen && 838 if (transhdrlen &&
839 length + fragheaderlen <= mtu && 839 length + fragheaderlen <= mtu &&
840 rt->u.dst.dev->features & NETIF_F_ALL_CSUM && 840 rt->u.dst.dev->features & NETIF_F_V4_CSUM &&
841 !exthdrlen) 841 !exthdrlen)
842 csummode = CHECKSUM_PARTIAL; 842 csummode = CHECKSUM_PARTIAL;
843 843