OcAppleKernelLib: FixForceAquantiaEthernet patch by @Mieze

`__ZN30AppleEthernetAquantiaAqtion10718checkConfigSupportERiS0_` does not exist on macOS 10.15.4; dropping it makes the patch unique.
This commit is contained in:
PMheart 2023-06-22 18:22:54 +02:00
parent b249bc702a
commit d4bd64ccd7

View File

@ -2442,7 +2442,7 @@ STATIC
PATCHER_GENERIC_PATCH
mAquantiaEthernetPatchMieze = {
.Comment = DEBUG_POINTER ("ForceAquantiaEthernetMieze"),
.Base = "__ZN30AppleEthernetAquantiaAqtion10718checkConfigSupportERiS0_",
.Base = NULL,
.Find = mAquantiaEthernetPatchFindMieze,
.Mask = mAquantiaEthernetPatchMaskMieze,
.Replace = mAquantiaEthernetPatchReplaceMieze,