Staging: rtl8712: Use ether_addr_equal() over memcmp()
authorPunit Vara <punitvara@gmail.com>
Wed, 14 Oct 2015 18:25:53 +0000 (23:55 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Oct 2015 05:15:57 +0000 (22:15 -0700)
commita1b42bef0a4bfea3b6679ef05e9b26eebe0d0682
treeafa301afa686f18c92555d0777cdba9ace42e943
parente904cc8f57d0fb7efb90529475a5793d534538b2
Staging: rtl8712: Use ether_addr_equal() over memcmp()

This patch is to the rtl871x_ioctl_linux.c file that fixes up following
warning reported by checkpatch.pl :

-Prefer ether_addr_equal() or ether_addr_equal_unaligned() over memcmp()

bssid and pnetwork->network.MacAddress both are 6 byte
array which aligned with u16

Signed-off-by: Punit Vara <punitvara@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_ioctl_linux.c