mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-07 05:30:14 +00:00
ethbroadcast now a shared global provided by etharp.
This commit is contained in:
parent
c81d0f3393
commit
8c10d91135
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user