git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7367d0b
)
llc: Use normal etherdevice.h tests
author
Joe Perches
<joe@perches.com>
Sun, 1 Sep 2013 20:11:55 +0000
(13:11 -0700)
committer
David S. Miller
<davem@davemloft.net>
Wed, 4 Sep 2013 02:34:47 +0000
(22:34 -0400)
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>
No differences found