staging: r8188eu: use is_multicast_ether_addr in os_dep/recv_linux.c
authorMichael Straube <straube.linux@gmail.com>
Mon, 23 Aug 2021 12:01:06 +0000 (14:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Aug 2021 10:23:13 +0000 (12:23 +0200)
commitbd5f258affb124a5bd9d3be94628951b0a8a14c6
treebc658b434a6efff7f2ff0670c6302cd44afaa6bb
parent0b704920fba990ad6d0e731f315c71a2422d02cb
staging: r8188eu: use is_multicast_ether_addr in os_dep/recv_linux.c

Use is_multicast_ether_addr instead of custom macro IS_MCAST, the
buffer is properly aligned.

Acked-by: Phillip Potter <phil@philpotter.co.uk>
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210823120106.9633-9-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/os_dep/recv_linux.c