We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196fb7a commit daf0db0Copy full SHA for daf0db0
hw/remote/proxy.c
@@ -324,6 +324,7 @@ static void probe_pci_info(PCIDevice *dev, Error **errp)
324
set_bit(DEVICE_CATEGORY_STORAGE, dc->categories);
325
break;
326
case PCI_BASE_CLASS_NETWORK:
327
+ case PCI_BASE_CLASS_WIRELESS:
328
set_bit(DEVICE_CATEGORY_NETWORK, dc->categories);
329
330
case PCI_BASE_CLASS_INPUT:
0 commit comments