include/nuttx/net/netdev.h: Fix a copy-paste error in previous commit.
This commit is contained in:
parent
863f617262
commit
46cf69c93e
|
@ -347,15 +347,10 @@ struct net_driver_s
|
||||||
/* Multicast group support */
|
/* Multicast group support */
|
||||||
|
|
||||||
#ifdef CONFIG_NET_IGMP
|
#ifdef CONFIG_NET_IGMP
|
||||||
/* IGMP group list */
|
sq_queue_t d_igmp_grplist; /* IGMP group list */
|
||||||
|
|
||||||
sq_queue_t d_igmp_grplist;
|
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef CONFIG_NET_MLD
|
||||||
#ifdef CONFIG_NET_MCASTGROUP
|
sq_queue_t d_mld_grplist; /* MLD group list */
|
||||||
/* MLD group list */
|
|
||||||
|
|
||||||
sq_queue_t d_mld_grplist;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_NETDEV_STATISTICS
|
#ifdef CONFIG_NETDEV_STATISTICS
|
||||||
|
|
Loading…
Reference in New Issue