mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-23 05:34:31 +02:00
fixed one bug when copy MAC address.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8156 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
779b8368fa
commit
4324075fce
@ -1,6 +1,6 @@
|
|||||||
/** @file
|
/** @file
|
||||||
|
|
||||||
Copyright (c) 2006 - 2007, Intel Corporation
|
Copyright (c) 2006 - 2009, Intel Corporation
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
@ -1284,7 +1284,7 @@ SnpNt32InitializeInstanceData (
|
|||||||
CopyMem (
|
CopyMem (
|
||||||
&Node.MacAddr.MacAddress,
|
&Node.MacAddr.MacAddress,
|
||||||
&Instance->Mode.CurrentAddress,
|
&Instance->Mode.CurrentAddress,
|
||||||
sizeof (EFI_MAC_ADDRESS)
|
NET_ETHER_ADDR_LEN
|
||||||
);
|
);
|
||||||
|
|
||||||
Node.MacAddr.IfType = Instance->Mode.IfType;
|
Node.MacAddr.IfType = Instance->Mode.IfType;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user