Fixed some compiler issues if CONFIG_IPW2200_QOS is enabled.
[powerpc.git] / net / ipv6 / ndisc.c
index 555a313..305d9ee 100644 (file)
@@ -1450,7 +1450,7 @@ void ndisc_send_redirect(struct sk_buff *skb, struct neighbour *neigh,
 
 static void pndisc_redo(struct sk_buff *skb)
 {
-       ndisc_rcv(skb);
+       ndisc_recv_ns(skb);
        kfree_skb(skb);
 }