mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 08:34:20 +00:00
rtl8188eu: Replace wrapper for memcpy
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
120368c717
commit
529328fd3d
30 changed files with 921 additions and 927 deletions
|
@ -2084,7 +2084,7 @@ Hal_EfuseParseMACAddr_8188EU(
|
|||
else
|
||||
{
|
||||
//Read Permanent MAC address
|
||||
_rtw_memcpy(pEEPROM->mac_addr, &hwinfo[EEPROM_MAC_ADDR_88EU], ETH_ALEN);
|
||||
memcpy(pEEPROM->mac_addr, &hwinfo[EEPROM_MAC_ADDR_88EU], ETH_ALEN);
|
||||
|
||||
}
|
||||
// NicIFSetMacAddress(pAdapter, pAdapter->PermanentAddress);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue