diff --git a/net/inet/inet_globals.c b/net/inet/inet_globals.c index b5be5dbf1e..ae5415598e 100644 --- a/net/inet/inet_globals.c +++ b/net/inet/inet_globals.c @@ -100,7 +100,7 @@ const net_ipv6addr_t g_ipv6_llnetmask = /* Netmask for local link address */ #ifdef CONFIG_NET_MLD /* Version 2 Multicast Listener Reports are sent with an IP destination - * address of FF02:0:0:0:0:0:0:16, to which all MLDv2-capable multicast + * address of FF02:0:0:0:0:0:0:16 on which all MLDv2-capable multicast * routers listen (RFC 3810) */ diff --git a/net/udp/Kconfig b/net/udp/Kconfig index 6a898e2a5f..717a89d9c2 100644 --- a/net/udp/Kconfig +++ b/net/udp/Kconfig @@ -61,6 +61,7 @@ config UDP_READAHEAD_NOTIFIER bool "Support UDP read-ahead notifications" default n depends on NET_UDP_READAHEAD && SCHED_HPWORK + select WQUEUE_NOTIFIER ---help--- Enable building of UDP read-ahead notifier logic that will execute a worker function on the high priority work queue when read-ahead data