Releases: acidanthera/AirportBrcmFixup
Releases · acidanthera/AirportBrcmFixup
2.1.9
2.1.8
v2.1.8
- Added constants for macOS 14 support for use with OCLP
2.1.7
v2.1.7
- Override methods AirPort_BrcmNIC::setTX_NSS, AirPort_BrcmNIC::getTX_NSS and AirPort_BrcmNIC::getNSS to investigate NSS issues.
Original method is called, and debug version of kext (with boot-arg -brcmfxdbg) prints info into log
2.1.6
v2.1.6
- Added constants for macOS 13 support
2.1.5
v2.1.5
- Fix compilation issues in Xcode 13.3.1
- Fix patching of AirPortBrcmNIC for Monterey (kext located in IO80211FamilyLegacy.kext/PlugIns)
2.1.4
v2.1.4
- boot-arg and property
brcmfx-delay
(Number) delays start of native broadcom driver for specified amount of milliseconds. Can be required for successful start in macOS Monterey 12.1 and newer versions.
2.1.3
v2.1.3
- Added constants for macOS 12 support
2.1.2
v2.1.2
- Do not patch airport drivers missing in the system (set of available drivers depends on the system version).
For systems with manually added airport drivers this behaviour can be overridden by boot-arg or propertybrcmfx-alldrv
2.1.1
v2.1.1
- Fix an issue with posponed matching (method IOTimerEventSource::timerEventSource could fail)
2.1.0
v2.1.0
- Add pci14e4,4331, pci14e4,4353 and pci14e4,4357 into AirPortBrcmNIC_Injector.kext (in 11.0 only AirPortBrcmNIC can support these devices)
- Added MacKernelSDK with Xcode 12 compatibility
- Fixed macOS 10.8 compatibility (without ASPM support)