mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-01 08:46:36 +09:00
staging: rtl8723au: OnAuth23a(): Use ether_addr_copy()
Signed-off-by: Jes Sorensen <Jes.Sorensen@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1ae17bf169
commit
ded7a20f82
@@ -1087,7 +1087,7 @@ auth_fail:
|
||||
pstat = &stat;
|
||||
memset((char *)pstat, '\0', sizeof(stat));
|
||||
pstat->auth_seq = 2;
|
||||
memcpy(pstat->hwaddr, sa, 6);
|
||||
ether_addr_copy(pstat->hwaddr, sa);
|
||||
|
||||
issue_auth(padapter, pstat, (unsigned short)status);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user