diff options
Diffstat (limited to 'hw/eepro100.c')
-rw-r--r-- | hw/eepro100.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/eepro100.c b/hw/eepro100.c index cb3ca09644..a7861ca7c4 100644 --- a/hw/eepro100.c +++ b/hw/eepro100.c @@ -1776,7 +1776,8 @@ static void nic_init(PCIBus * bus, NICInfo * nd, nic_reset(s); - s->vc = qemu_new_vlan_client(nd->vlan, nic_receive, nic_can_receive, s); + s->vc = qemu_new_vlan_client(nd->vlan, nd->model, + nic_receive, nic_can_receive, s); snprintf(s->vc->info_str, sizeof(s->vc->info_str), "eepro100 pci macaddr=%02x:%02x:%02x:%02x:%02x:%02x", |