staging: rtl8188eu: use is_multicast_ether_addr in rtw_security.c
authorMichael Straube <straube.linux@gmail.com>
Fri, 10 Aug 2018 07:18:29 +0000 (09:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Aug 2018 17:20:47 +0000 (19:20 +0200)
commit3bd589eb93a50cade27bc37072eeacb0c66cc78e
tree2f50b96d9d286395da2174fe6e43b99105664612
parentf1d18719393ba80359e68b3268736a0c8f4ac8b2
staging: rtl8188eu: use is_multicast_ether_addr in rtw_security.c

Use is_multicast_ether_addr instead of custom IS_MCAST in
core/rtw_security.c. In all uses the address array is properly
aligned.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Reviewed-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_security.c