staging: r8188eu: use is_*_ether_addr() in rtw_macaddr_cfg()
authorMichael Straube <straube.linux@gmail.com>
Mon, 30 Aug 2021 12:15:04 +0000 (14:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:45 +0000 (08:49 +0200)
commitabfab1aadaa67d75f6f43eedb67336521bf49992
treeb2f11d3ed9fd1d28d9cd5330843d3c68ab403b7a
parentf27b211e3a006025306f40c97455d876d2c75fca
staging: r8188eu: use is_*_ether_addr() in rtw_macaddr_cfg()

Use is_broadcast_ether_addr() and is_zero_ether_addr() in
rtw_macaddr_cfg(). The buffer is properly aligned.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210830121508.6411-5-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/core/rtw_ieee80211.c