include/nuttx/net/igmp.h: Remove bogus support for IPv6 IGMP. There is no such thing.

This commit is contained in:
Gregory Nutt
2018-11-01 08:53:48 -06:00
parent 928dde3472
commit 933d38a209
2 changed files with 1 additions and 39 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ static void devif_packet_conversion(FAR struct net_driver_s *dev,
#ifdef CONFIG_NET_ICMPv6
if (pkttype == DEVIF_ICMP6)
{
/* This packet came from a response to TCP polling and is
/* This packet came from a response to ICMPv6 polling and is
* directed to a radio using 6LoWPAN. Verify that the outgoing
* packet is IPv6 with TCP protocol.
*/