From 6c2ed9ad5a8ef3fb465096dc06d38c649beca52f Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sat, 18 Sep 2021 22:39:52 -0600 Subject: [PATCH] Update SysPatch.py --- Resources/SysPatch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/SysPatch.py b/Resources/SysPatch.py index 7c21173b7..f34df6575 100644 --- a/Resources/SysPatch.py +++ b/Resources/SysPatch.py @@ -639,7 +639,7 @@ set million colour before rebooting""" isinstance(self.constants.computer.wifi, device_probe.Broadcom) and self.computer.wifi.chipset in [device_probe.Broadcom.Chipsets.AirPortBrcm4331, device_probe.Broadcom.Chipsets.AirPortBrcm43224] ) or (isinstance(self.computer.wifi, device_probe.Atheros) and self.computer.wifi.chipset == device_probe.Atheros.Chipsets.AirPortAtheros40): - if self.constants.detected_os > self.constants.big_sur and Utilities.check_monterey_wifi() is True: + if self.constants.detected_os > self.constants.big_sur: self.legacy_wifi = True Utilities.cls()