staging: rtl8188eu: use is_multicast_ether_addr in rtw_recv.c
authorMichael Straube <straube.linux@gmail.com>
Fri, 10 Aug 2018 07:18:30 +0000 (09:18 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Aug 2018 17:20:48 +0000 (19:20 +0200)
commite232f8841e1bad4850c2da8ecc267b4eac071cb6
tree662eb6cbf0c9f5dd291b024196d371d13f7c238b
parent3bd589eb93a50cade27bc37072eeacb0c66cc78e
staging: rtl8188eu: use is_multicast_ether_addr in rtw_recv.c

Use is_multicast_ether_addr instead of custom IS_MCAST in
core/rtw_recv.c. In all uses the address array/memory 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_recv.c