Skip to content

Releases: acidanthera/AirportBrcmFixup

2.2.0

Choose a tag to compare

@vandroiy2013 vandroiy2013 released this 07 Jul 13:28
d769645

v2.2.0

  • Added constants for macOS 26 support

2.1.9

Choose a tag to compare

@vandroiy2013 vandroiy2013 released this 08 Oct 12:20
2be328a

v2.1.9

  • Added constants for macOS 15 support

2.1.8

Choose a tag to compare

@vandroiy2013 vandroiy2013 released this 03 Oct 14:00
0415632

v2.1.8

  • Added constants for macOS 14 support for use with OCLP

2.1.7

Choose a tag to compare

@vandroiy2013 vandroiy2013 released this 03 Apr 15:29

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

Choose a tag to compare

@vandroiy2013 vandroiy2013 released this 04 Jul 17:17
9422ccb

v2.1.6

  • Added constants for macOS 13 support

2.1.5

Choose a tag to compare

@vandroiy2013 vandroiy2013 released this 06 Jun 13:27
bbcf9ff

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

Choose a tag to compare

@vandroiy2013 vandroiy2013 released this 07 Feb 18:01
6e94682

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

Choose a tag to compare

@vandroiy2013 vandroiy2013 released this 05 Jul 15:47
6749e3c

v2.1.3

  • Added constants for macOS 12 support

2.1.2

Choose a tag to compare

@vandroiy2013 vandroiy2013 released this 07 Dec 15:45
ce01cce

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

Choose a tag to compare

@vandroiy2013 vandroiy2013 released this 02 Nov 19:13

v2.1.1

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