]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ndisc: Remove icmp6h argument from ndisc_send_skb().
authorYOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org>
Mon, 21 Jan 2013 06:48:58 +0000 (06:48 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 21 Jan 2013 18:33:17 +0000 (13:33 -0500)
commitaa4bdd4b3f43274252c1280f6464850b0f004fc8
tree8a707684641c01d5933c77ac94be94bcb8f1abd5
parent5f5a0115635bf678d267cbc72169a718e8724d03
ndisc: Remove icmp6h argument from ndisc_send_skb().

skb_transport_header() (thus icmp6_hdr()) is available here,
use it.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/ndisc.c