]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: ks7010: Replace memcmp() operation with ether_addr_equal().
authorQuytelda Kahja <quytelda@tamalin.org>
Fri, 23 Mar 2018 05:07:43 +0000 (22:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Mar 2018 14:58:32 +0000 (15:58 +0100)
commitf9b280fa9f31750a71db37ceb6ae909defe68b95
treefe280e50a65d7bfa3531a903e145b598c7bea2d7
parent69a3d5bc6120879ce3a41fba2471de7fff4c72de
staging: ks7010: Replace memcmp() operation with ether_addr_equal().

Instead of using memcmp() to directly compare BSSIDs, use
ether_addr_equal() from 'linux/etherdevice.h'.

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.c