Skip to content

Commit 30ec82d

Browse files
committed
fix patch on Tahoe
1 parent 0b171f4 commit 30ec82d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

oclp_r/sys_patch/patchsets/hardware/networking/modern_wireless.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ def present(self) -> bool:
2323
"""
2424
Targeting Modern Wireless
2525
"""
26-
if self._xnu_major >= os_data.tahoe.value:
27-
return False
26+
2827
return isinstance(self._computer.wifi, device_probe.Broadcom) and (
2928
self._computer.wifi.chipset in [
3029
device_probe.Broadcom.Chipsets.AirPortBrcm4360,

0 commit comments

Comments
 (0)