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
+2 -1
View File
@@ -369,7 +369,8 @@ static inline int devif_poll_icmpv6(FAR struct net_driver_s *dev,
{
/* Perform the ICMPV6 poll
* Note: conn equal NULL in the first iteration means poll dev's callback list
* since icmpv6_neighbor still append it's callback into this list.
* since icmpv6_autoconfig and icmpv6_neighbor still append it's callback into
* this list.
*/
icmpv6_poll(dev, conn);