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 0b171f4 commit 30ec82dCopy full SHA for 30ec82d
oclp_r/sys_patch/patchsets/hardware/networking/modern_wireless.py
@@ -23,8 +23,7 @@ def present(self) -> bool:
23
"""
24
Targeting Modern Wireless
25
26
- if self._xnu_major >= os_data.tahoe.value:
27
- return False
+
28
return isinstance(self._computer.wifi, device_probe.Broadcom) and (
29
self._computer.wifi.chipset in [
30
device_probe.Broadcom.Chipsets.AirPortBrcm4360,
0 commit comments