]> git.proxmox.com Git - qemu.git/blobdiff - hw/lan9118.c
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
[qemu.git] / hw / lan9118.c
index 7b4fe87fca4af3c097e053f33a295068b23cf085..40fb7654f4ff306910b8c635f10a1f04d36c3c6e 100644 (file)
@@ -1310,7 +1310,7 @@ static void lan9118_cleanup(VLANClientState *nc)
 }
 
 static NetClientInfo net_lan9118_info = {
-    .type = NET_CLIENT_TYPE_NIC,
+    .type = NET_CLIENT_OPTIONS_KIND_NIC,
     .size = sizeof(NICState),
     .can_receive = lan9118_can_receive,
     .receive = lan9118_receive,