Skip to content

Commit

Permalink
Added constants for macOS 14 support for use with OCLP
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey1970AppleLife committed Sep 30, 2023
1 parent c7fe622 commit 1df4af0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion AirportBrcmFixup/kern_start.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ PluginConfiguration ADDPR(config) {
bootargDebug, arrsize(bootargDebug),
bootargBeta, arrsize(bootargBeta),
KernelVersion::MountainLion,
KernelVersion::Ventura,
KernelVersion::Sonoma,
[]() {
ADDPR(brcmfx_config).readArguments();
brcmfx.init();
Expand Down
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
AirportBrcmFixup Changelog
============================
#### v2.1.8
- Added constants for macOS 14 support for use with OCLP

#### 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
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ Possible values for brcmfx-aspm (and pci-aspm-default):
- AirPortBrcm4331: removed
- AirPortBrcmNIC: removed
- AirPortBrcmNIC-MFG: removed
Use with OCLP

Explanation in russian language: (https://applelife.ru/threads/airportbrcmfixup-lilu-plagin-s-naborom-patchej-dlja-wi-fi-kart-broadcom.2355103/page-16#post-751173)

Expand Down

0 comments on commit 1df4af0

Please sign in to comment.