]> git.proxmox.com Git - qemu.git/blobdiff - hw/smc91c111.c
hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)
[qemu.git] / hw / smc91c111.c
index 1a5213fa56cc621990e2d8f3c81b09534eba22e1..451ede05881601cd1cb84fa27d41fc83bf11d5d1 100644 (file)
@@ -736,7 +736,7 @@ static void smc91c111_cleanup(VLANClientState *nc)
 }
 
 static NetClientInfo net_smc91c111_info = {
-    .type = NET_CLIENT_TYPE_NIC,
+    .type = NET_CLIENT_OPTIONS_KIND_NIC,
     .size = sizeof(NICState),
     .can_receive = smc91c111_can_receive,
     .receive = smc91c111_receive,