]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit980ab3db2de4a47e8ba764fc09038e3f2320762f
treeafa301afa686f18c92555d0777cdba9ace42e943
parentf633419daf7eb3a75b67243a29815d576f372b44
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