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:
a8fc3d8
)
[PKTGEN]: Replacing with (compare|is_zero)_ether_addr() and ETH_ALEN
author
Kris Katterjohn
<kjak@users.sourceforge.net>
Tue, 17 Jan 2006 21:04:57 +0000
(13:04 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 17 Jan 2006 21:04:57 +0000
(13:04 -0800)
This replaces some tests with is_zero_ether_addr(), memcmp(one, two,
6) with compare_ether_addr(one, two), and 6 with ETH_ALEN where
appropriate.
Signed-off-by: Kris Katterjohn <kjak@users.sourceforge.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found