ethbroadcast now a shared global provided by etharp.

This commit is contained in:
marcbou 2007-08-16 20:52:59 +00:00
parent c81d0f3393
commit 8c10d91135

View File

@ -68,8 +68,6 @@ struct ethernetif {
/* Add whatever per-interface state that is needed here. */ /* Add whatever per-interface state that is needed here. */
}; };
static const struct eth_addr ethbroadcast = {{0xff,0xff,0xff,0xff,0xff,0xff}};
/* Forward declarations. */ /* Forward declarations. */
static void ethernetif_input(struct netif *netif); static void ethernetif_input(struct netif *netif);