Constants.py: Fix Atheros ID typo

This commit is contained in:
Mykola Grymalyuk
2021-04-13 12:02:02 -06:00
parent b1f16fca1d
commit 182b6c4291
+1 -1
View File
@@ -85,7 +85,7 @@ class Constants:
self.pci_amd_ati = "1002"
self.pci_intel = "8086"
self.pci_broadcom = "14E4"
self.pci_atheros = "16C8"
self.pci_atheros = "168C"
# External Files
self.url_backup = ""