commit | f8a26028611fb93ac935ac32a72793f7fcb56a88 | [log] [tgz] |
---|---|---|
author | Stephen Hemminger <shemminger@osdl.org> | Mon Mar 20 22:57:46 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 20 22:57:46 2006 -0800 |
tree | 90c7d08c6f1ef47a1eeb108e0d566315061f9ffa | |
parent | 789bc3e5b66d3664f651f6c10a188c8e3e025037 [diff] |
[BRIDGE]: netfilter dont use __constant_htons 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>