diff options
author | Joe Perches <joe@perches.com> | 2013-09-01 22:11:55 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-09-04 04:34:47 +0200 |
commit | 951fd874c3b014c4abf38a8e588d4687b98fedb4 (patch) | |
tree | e9a6215e7a00efe671471b3f8d6bf180572f5e0b /samples | |
parent | drivers/net: Convert uses of compare_ether_addr to ether_addr_equal (diff) | |
download | linux-951fd874c3b014c4abf38a8e588d4687b98fedb4.tar.xz linux-951fd874c3b014c4abf38a8e588d4687b98fedb4.zip |
llc: Use normal etherdevice.h tests
Convert the llc_<foo> static inlines to the
equivalents from etherdevice.h and remove
the llc_<foo> static inline functions.
llc_mac_null -> is_zero_ether_addr
llc_mac_multicast -> is_multicast_ether_addr
llc_mac_match -> ether_addr_equal
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions