Revision dcf414d6 hw/usb-net.c

b/hw/usb-net.c
1418 1418
{
1419 1419
    USBNetState *s = (USBNetState *) dev;
1420 1420

  
1421
    /* FIXME: delete the VLAN client and the nic */
1421
    /* TODO: remove the nd_table[] entry */
1422
    qemu_del_vlan_client(s->vc);
1422 1423
    rndis_clear_responsequeue(s);
1423 1424
    qemu_free(s);
1424 1425
}

Also available in: Unified diff