staging: rtl8188eu: use is_multicast_ether_addr
authorMichael Straube <straube.linux@gmail.com>
Mon, 16 Jul 2018 14:23:03 +0000 (16:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Jul 2018 06:53:59 +0000 (08:53 +0200)
commit11790bbdf359f633cb48ba8c77f696c03505c3c7
treec4faf6221800c0545daa6e975be7864210262a1c
parentcfd645643496d4b66cde42070e7f879d2a738ebc
staging: rtl8188eu: use is_multicast_ether_addr

Use is_multicast_ether_addr instead of IS_MCAST.
By definition the broadcast address is also a multicast address,
so checking for !multicast in the conditional is sufficient.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_recv.c