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:
789bc3e
)
[BRIDGE]: netfilter dont use __constant_htons
author
Stephen Hemminger
<shemminger@osdl.org>
Tue, 21 Mar 2006 06:57:46 +0000
(22:57 -0800)
committer
David 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