Revision 463af534 hw/eepro100.c

b/hw/eepro100.c
1766 1766
    nic_reset(s);
1767 1767

  
1768 1768
    s->vc = qdev_get_vlan_client(&d->dev.qdev,
1769
                                 nic_receive, nic_can_receive,
1769
                                 nic_can_receive, nic_receive, NULL,
1770 1770
                                 nic_cleanup, s);
1771 1771

  
1772 1772
    qemu_format_nic_info_str(s->vc, s->macaddr);

Also available in: Unified diff