]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lwip.git/commitdiff
ethbroadcast now a shared global provided by etharp.
authormarcbou <marcbou>
Thu, 16 Aug 2007 20:52:59 +0000 (20:52 +0000)
committermarcbou <marcbou>
Thu, 16 Aug 2007 20:52:59 +0000 (20:52 +0000)
src/netif/ethernetif.c

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