Revision 283c7c63 hw/mcf_fec.c

b/hw/mcf_fec.c
462 462
                                           mcf_fec_writefn, s);
463 463
    cpu_register_physical_memory(base, 0x400, s->mmio_index);
464 464

  
465
    s->vc = nd->vc = qemu_new_vlan_client(nd->vlan, nd->model, nd->name,
465
    s->vc = nd->vc = qemu_new_vlan_client(nd->vlan, nd->netdev,
466
                                          nd->model, nd->name,
466 467
                                          mcf_fec_can_receive, mcf_fec_receive,
467 468
                                          NULL, mcf_fec_cleanup, s);
468 469
    memcpy(s->macaddr, nd->macaddr, 6);

Also available in: Unified diff