Skip to content
Commit f404e9a6 authored by Kris Katterjohn's avatar Kris Katterjohn Committed by David S. Miller
Browse files

[PKTGEN]: Replacing with (compare|is_zero)_ether_addr() and ETH_ALEN



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: default avatarKris Katterjohn <kjak@users.sourceforge.net>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a8fc3d8d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment