From: Mitsuru Chinen Date: Wed, 10 Oct 2007 09:53:43 +0000 (-0700) Subject: [IPV6]: Defer IPv6 device initialization until a valid qdisc is specified X-Git-Tag: v2.6.24-rc1~1454^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f24e3d658cf382f11a7aa7887fa99147bdc6fe0b;p=pandora-kernel.git [IPV6]: Defer IPv6 device initialization until a valid qdisc is specified To judge the timing for DAD, netif_carrier_ok() is used. However, there is a possibility that dev->qdisc stays noop_qdisc even if netif_carrier_ok() returns true. In that case, DAD NS is not sent out. We need to defer the IPv6 device initialization until a valid qdisc is specified. Signed-off-by: Mitsuru Chinen Signed-off-by: YOSHIFUJI Hideaki Signed-off-by: David S. Miller --- Reading git-diff-tree failed