staging: r8188eu: use is_multicast_ether_addr in core/rtw_xmit.c
authorMichael Straube <straube.linux@gmail.com>
Mon, 23 Aug 2021 12:01:04 +0000 (14:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Aug 2021 10:23:13 +0000 (12:23 +0200)
commit544984a774f2802c928c92358106f9863fe112ab
tree0c4a5795c94ed8903821a753303eac608d3e6307
parent2d4fe65101b5216838c1d92e6c39a150fc72c837
staging: r8188eu: use is_multicast_ether_addr in core/rtw_xmit.c

Use is_multicast_ether_addr instead of custom macro IS_MCAST, all
buffers are 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-7-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_xmit.c