staging: r8188eu: use is_multicast_ether_addr in core/rtw_mlme.c
authorMichael Straube <straube.linux@gmail.com>
Mon, 23 Aug 2021 12:01:00 +0000 (14:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 26 Aug 2021 10:23:12 +0000 (12:23 +0200)
commit08cff18916f5a1d918a902d1f8fe1ef76c2520d4
tree2fcc51f5fa95a071c5ddf9ee2244d0bc02c6c1a6
parent8aa824f2ec1b66fdbf7e5b87e519bced35a35114
staging: r8188eu: use is_multicast_ether_addr in core/rtw_mlme.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-3-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_mlme.c