mirror of
https://github.com/ep00ch/lwip-contrib-mac.git
synced 2025-02-22 23:28:57 +00:00
set hw_addr_len in mintapif
This commit is contained in:
parent
ca68dbbbae
commit
005622e17a
@ -303,6 +303,7 @@ mintapif_init(struct netif *netif)
|
||||
|
||||
mintapif = mem_malloc(sizeof(struct mintapif));
|
||||
netif->state = mintapif;
|
||||
netif->hwaddr_len = 6;
|
||||
netif->name[0] = IFNAME0;
|
||||
netif->name[1] = IFNAME1;
|
||||
netif->output = mintapif_output;
|
||||
|
Loading…
x
Reference in New Issue
Block a user