commit | d5f1ce9a5e80fb315c86b036a89b1237fdf11938 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@linux-foundation.org> | Sun Mar 04 16:08:08 2007 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:23:30 2007 -0700 |
tree | 2b483d400c7372060ad5d18fd02d0e5317bd0620 | |
parent | 5fa6fc76f55c5c42fff52ae1d57a685b9373fcdc [diff] |
[PKTGEN]: don't use __constant_htonl() The existing htonl() macro is smart enough to do the same code as using __constant_htonl() and it looks cleaner. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: Robert Olsson <robert.olsson@its.uu.se> Signed-off-by: David S. Miller <davem@davemloft.net>