Revision bf38c1a0 hw/e1000.c

b/hw/e1000.c
1071 1071
    d->rxbuf_min_shift = 1;
1072 1072
    memset(&d->tx, 0, sizeof d->tx);
1073 1073

  
1074
    d->vc = qemu_new_vlan_client(nd->vlan, e1000_receive,
1075
                                 e1000_can_receive, d);
1074
    d->vc = qemu_new_vlan_client(nd->vlan, nd->model,
1075
                                 e1000_receive, e1000_can_receive, d);
1076 1076

  
1077 1077
    snprintf(d->vc->info_str, sizeof(d->vc->info_str),
1078 1078
             "%s macaddr=%02x:%02x:%02x:%02x:%02x:%02x", info_str,

Also available in: Unified diff