[BRIDGE]: netfilter dont use __constant_htons
authorStephen Hemminger <shemminger@osdl.org>
Tue, 21 Mar 2006 06:57:46 +0000 (22:57 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 06:57:46 +0000 (22:57 -0800)
Only use__constant_htons() for initializers and switch cases.
For other uses, it is just as efficient and clearer to use htons

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found