mirror of
https://github.com/Fennix-Project/Drivers.git
synced 2025-05-28 15:34:29 +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
|
// Get MAC address
|
||||||
if (!GetMAC().Valid())
|
if (!GetMAC().Valid())
|
||||||
return false;
|
return NOT_AVAILABLE;
|
||||||
|
else
|
||||||
|
KAPI->Util.DebugPrint(((char *)"MAC adddress found." + KAPI->Info.Offset), KAPI->Info.DriverUID);
|
||||||
MAC = GetMAC();
|
MAC = GetMAC();
|
||||||
|
|
||||||
// Start link
|
// Start link
|
||||||
|
Loading…
x
Reference in New Issue
Block a user