staging: rtl8188eu: use is_multicast_ether_addr in rtl8188eu_xmit.c
authorMichael Straube <straube.linux@gmail.com>
Sun, 5 Aug 2018 19:05:12 +0000 (21:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Aug 2018 12:23:15 +0000 (14:23 +0200)
commitd39e86cbd8ae75e6761b14ce34e689a13605629e
treeee9862c3e7640cf3940413706c640ec3cf08072d
parent247e415fbc3e4728a3d2ea3334f19e1d3556f4c1
staging: rtl8188eu: use is_multicast_ether_addr in rtl8188eu_xmit.c

Use is_multicast_ether_addr instead of custom IS_MCAST in
hal/rtl8188eu_xmit.c.

There is only one use, so remove the extra variable for the
result of IS_MCAST.

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