staging: r8188eu: replace custom macros with is_broadcast_ether_addr
authorMichael Straube <straube.linux@gmail.com>
Thu, 5 Aug 2021 20:50:10 +0000 (22:50 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Aug 2021 04:37:20 +0000 (06:37 +0200)
commit282bd08229761af5c7d529befe38f56c20f77c54
treedb9960bdc5544ae77027c87b1da52555e8bef5ef
parentd28a4c009bfbbdd26fa196b7b8af1d879470211b
staging: r8188eu: replace custom macros with is_broadcast_ether_addr

Replace usage of custom macros with is_broadcast_ether_addr. All buffers
are properly aligned. Remove the now unsued macros MacAddr_isBcst and
IS_MAC_ADDRESS_BROADCAST.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Acked-by: Larry Finger <Larry.Finger@lwfinger.net>
Link: https://lore.kernel.org/r/20210805205010.31192-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_ioctl_set.c
drivers/staging/r8188eu/core/rtw_recv.c
drivers/staging/r8188eu/include/wifi.h