From: Stephen Hemminger Date: Tue, 21 Mar 2006 06:57:46 +0000 (-0800) Subject: [BRIDGE]: netfilter dont use __constant_htons X-Git-Tag: v2.6.17-rc1~1175^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8a26028611fb93ac935ac32a72793f7fcb56a88;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed