diff --git a/Library/OcAppleKernelLib/CommonPatches.c b/Library/OcAppleKernelLib/CommonPatches.c index c294fca7..17432ee7 100644 --- a/Library/OcAppleKernelLib/CommonPatches.c +++ b/Library/OcAppleKernelLib/CommonPatches.c @@ -2442,7 +2442,7 @@ STATIC PATCHER_GENERIC_PATCH mAquantiaEthernetPatchMieze = { .Comment = DEBUG_POINTER ("ForceAquantiaEthernetMieze"), - .Base = "__ZN30AppleEthernetAquantiaAqtion10718checkConfigSupportERiS0_", + .Base = NULL, .Find = mAquantiaEthernetPatchFindMieze, .Mask = mAquantiaEthernetPatchMaskMieze, .Replace = mAquantiaEthernetPatchReplaceMieze,