From fe3178c79c37ee3090734b4fa73cc96e2074bb53 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 14 Jul 2010 01:57:00 +0000 Subject: [PATCH] Outgoing IGMP is functional git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2797 42af7a65-404d-4744-a932-0658087f49c3 --- arch/z80/src/ez80/ez80_emac.c | 4 ++-- arch/z80/src/ez80/ez80_spi.c | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/z80/src/ez80/ez80_emac.c b/arch/z80/src/ez80/ez80_emac.c index a8db36a679..f347521c2a 100644 --- a/arch/z80/src/ez80/ez80_emac.c +++ b/arch/z80/src/ez80/ez80_emac.c @@ -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 diff --git a/arch/z80/src/ez80/ez80_spi.c b/arch/z80/src/ez80/ez80_spi.c index 22cfd789c3..d701d55484 100755 --- a/arch/z80/src/ez80/ez80_spi.c +++ b/arch/z80/src/ez80/ez80_spi.c @@ -41,6 +41,7 @@ #include #include +#include #include #include