From 182b6c4291f0680f89847d4894ee2a2169b10cf5 Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Tue, 13 Apr 2021 12:02:02 -0600 Subject: [PATCH] Constants.py: Fix Atheros ID typo --- Resources/Constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Constants.py b/Resources/Constants.py index 394e3e975..5afeb7166 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -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 = ""