commit | 884d5ba53f22bf857cce790d2623dd4f1df34644 | [log] [tgz] |
---|---|---|
author | Michael Straube <straube.linux@gmail.com> | Fri Jul 13 20:05:08 2018 +0200 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jul 16 10:35:59 2018 +0200 |
tree | 9aebef7e61c6b9b2a57d2447be23178f164fb3f0 | |
parent | bb4e1ca9b2008c0dc124ec39b68e94964f45e8c0 [diff] |
staging: rtl8188eu: remove is_{multicast,broadcast}_mac_addr Remove custom is_multicast_mac_addr() and is_broadcast_mac_addr(). Use is_multicast_ether_addr() instead. By definition the broadcast address is also a multicast address. is_multicast_ether_addr() returns true for broadcast addresses. Hence 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>