2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-23 20:53:53 +08:00
linux-next/drivers/staging/rtl8188eu
Elena Oat 48e7124179 Staging: rtl8188eu: Fix warning of prefer ether_addr_copy().
This patch fixes the warning produced by checkpatch "Prefer
ether_addr_copy() over memcpy() if the Ethernet addresses are
__aligned(2)". The address that is copied is a field of
nat25_network_db_entry structure. Definition for this struct is found in
rtw_br_ext.h file. Pahole shows that the addresses are 2-byte aligned.

Signed-off-by: Elena Oat <oat.elena@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-03-07 14:44:04 -08:00
..
core Staging: rtl8188eu: Fix warning of prefer ether_addr_copy(). 2014-03-07 14:44:04 -08:00
hal staging: r8188eu: Make firmware buffer persistent 2014-02-15 12:40:19 -08:00
include staging: r8188eu: Make firmware buffer persistent 2014-02-15 12:40:19 -08:00
os_dep Merge 3.14-rc5 into staging-next 2014-03-02 20:12:54 -08:00
Kconfig staging: r8188eu: default to "y" in Kconfig 2014-02-11 12:22:31 -08:00
Makefile staging: r8188eu: Remove dead file 2014-02-11 12:41:14 -08:00
TODO staging: Additional item for rtl8188eu TODO list 2014-02-14 09:19:53 -08:00