Skip to content

Commit

Permalink
Added constants for 12.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Jun 8, 2021
1 parent 696bbc3 commit 74e0c17
Show file tree
Hide file tree
Showing 2 changed files with 4 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 @@ -162,7 +162,7 @@ PluginConfiguration ADDPR(config) {
bootargDebug, arrsize(bootargDebug),
bootargBeta, arrsize(bootargBeta),
KernelVersion::MountainLion,
KernelVersion::BigSur,
KernelVersion::Monterey,
[]() {
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
Expand Up @@ -133,3 +133,6 @@ It can be used if you have masked pin 53 (CLKREQ#) and APSM L0|L1 is working.
#### 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`

#### v2.1.3
- Added constants for 12.0 support

0 comments on commit 74e0c17

Please sign in to comment.