set hw_addr_len in mintapif

This commit is contained in:
jani 2003-11-24 08:06:49 +00:00
parent ca68dbbbae
commit 005622e17a

View File

@ -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;