X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=hw%2Fsmc91c111.c;h=27a3158f97f715cd1f2109de8a17dc1c6bef2fba;hb=7a9f6e4a8db958caf10332f160ed04f175932d55;hp=6416026e821caa2dbbaa13b479ef9f35bfe2470c;hpb=96d5e20138b177f2d79c178a6f994015347e6cca;p=qemu diff --git a/hw/smc91c111.c b/hw/smc91c111.c index 6416026..27a3158 100644 --- a/hw/smc91c111.c +++ b/hw/smc91c111.c @@ -704,7 +704,7 @@ void smc91c111_init(NICInfo *nd, uint32_t base, qemu_irq irq) smc91c111_reset(s); - s->vc = qemu_new_vlan_client(nd->vlan, nd->model, + s->vc = qemu_new_vlan_client(nd->vlan, nd->model, nd->name, smc91c111_receive, smc91c111_can_receive, s); qemu_format_nic_info_str(s->vc, s->macaddr); /* ??? Save/restore. */