mirror of
https://github.com/apache/nuttx.git
synced 2026-08-26 20:00:42 +00:00
Outgoing IGMP is functional
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2797 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
3151dcf725
commit
fe3178c79c
2 changed files with 3 additions and 2 deletions
|
|
@ -1822,8 +1822,8 @@ static int ez80emac_addmac(struct uip_driver_s *dev, FAR const uint8_t *mac)
|
|||
FAR struct ez80emac_driver_s *priv = (FAR struct ez80emac_driver_s *)dev->d_private;
|
||||
|
||||
/* Add the MAC address to the hardware multicast routing table */
|
||||
/* MISSING LOGIC!!! */
|
||||
|
||||
#warning "Multicast MAC support not implemented"
|
||||
return OK;
|
||||
}
|
||||
#endif
|
||||
|
|
@ -1852,8 +1852,8 @@ static int ez80emac_rmmac(struct uip_driver_s *dev, FAR const uint8_t *mac)
|
|||
FAR struct ez80emac_driver_s *priv = (FAR struct ez80emac_driver_s *)dev->d_private;
|
||||
|
||||
/* Add the MAC address to the hardware multicast routing table */
|
||||
/* MISSING LOGIC!!! */
|
||||
|
||||
#warning "Multicast MAC support not implemented"
|
||||
return OK;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <arch/board/board.h>
|
||||
#include <nuttx/arch.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue