Skip to content

Releases: acidanthera/AirportBrcmFixup

2.1.8

03 Oct 14:00
0415632
Compare
Choose a tag to compare

v2.1.8

  • Added constants for macOS 14 support for use with OCLP

2.1.7

03 Apr 15:29
Compare
Choose a tag to compare

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

04 Jul 17:17
9422ccb
Compare
Choose a tag to compare

v2.1.6

  • Added constants for macOS 13 support

2.1.5

06 Jun 13:27
bbcf9ff
Compare
Choose a tag to compare

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

07 Feb 18:01
6e94682
Compare
Choose a tag to compare

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

05 Jul 15:47
6749e3c
Compare
Choose a tag to compare

v2.1.3

  • Added constants for macOS 12 support

2.1.2

07 Dec 15:45
ce01cce
Compare
Choose a tag to compare

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 property brcmfx-alldrv

2.1.1

02 Nov 19:13
Compare
Choose a tag to compare

v2.1.1

  • Fix an issue with posponed matching (method IOTimerEventSource::timerEventSource could fail)

2.1.0

05 Oct 15:59
031e625
Compare
Choose a tag to compare

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)

2.0.9

07 Sep 11:10
Compare
Choose a tag to compare

v2.0.9

  • boot-arg and property brcmfx-aspm supports special value 255 in order to skip logic disabling APSM for 0x14e4:0x43a3 (DW1820A).
    It can be used if you have masked pin 53 (CLKREQ#) and APSM L0|L1 is working.
  • Improve service matching (the old implementation could cause hangs on boot)