mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-13 18:04:40 +08: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…
x
Reference in New Issue
Block a user