Skip to content

Releases: acidanthera/AirportBrcmFixup

2.2.0

07 Jul 13:28
d769645

Choose a tag to compare

v2.2.0

  • Added constants for macOS 26 support

2.1.9

08 Oct 12:20
2be328a

Choose a tag to compare

v2.1.9

  • Added constants for macOS 15 support

2.1.8

03 Oct 14:00
0415632

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

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

Choose a tag to compare

v2.1.6

  • Added constants for macOS 13 support

2.1.5

06 Jun 13:27
bbcf9ff

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

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

Choose a tag to compare

v2.1.3

  • Added constants for macOS 12 support

2.1.2

07 Dec 15:45
ce01cce

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

Choose a tag to compare

v2.1.1

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