mirror of
https://github.com/Fennix-Project/Drivers.git
synced 2025-05-25 22:14:31 +00:00
Return NOT_AVAILABLE instead of false
This commit is contained in:
parent
5891c9c3a7
commit
cc1b6d517f
@ -347,7 +347,9 @@ int CallbackHandler(KernelCallback *Data)
|
||||
|
||||
// Get MAC address
|
||||
if (!GetMAC().Valid())
|
||||
return false;
|
||||
return NOT_AVAILABLE;
|
||||
else
|
||||
KAPI->Util.DebugPrint(((char *)"MAC adddress found." + KAPI->Info.Offset), KAPI->Info.DriverUID);
|
||||
MAC = GetMAC();
|
||||
|
||||
// Start link
|
||||
|
Loading…
x
Reference in New Issue
Block a user