ipv6: remove csummode in ip6_append_data()
authorEric Dumazet <edumazet@google.com>
Fri, 18 May 2012 05:37:56 +0000 (05:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 May 2012 17:31:25 +0000 (13:31 -0400)
commitd7f7c0ac11bd6792b755ec76ac3befdc0767262a
tree4f0eb783b9f597fd1b8045b8b0558f9538d629b0
parent6f532612cc2410a5079ea0f83e7a5011adfbf70d
ipv6: remove csummode in ip6_append_data()

csummode variable is always CHECKSUM_NONE in ip6_append_data()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ip6_output.c