net/: Decouple autoconfig and icmpv6 socket to avoid the invalid kconfig combination.

This commit is contained in:
Xiang Xiao
2019-09-20 12:45:05 -06:00
committed by Gregory Nutt
parent 6d557386f5
commit 6c484847d5
4 changed files with 10 additions and 15 deletions
+1 -1
View File
@@ -897,7 +897,7 @@ static int netdev_ifr_ioctl(FAR struct socket *psock, int cmd,
dev = netdev_ifr_dev(req);
if (dev)
{
ret = icmpv6_autoconfig(dev, psock);
ret = icmpv6_autoconfig(dev);
}
}
break;