[NETFILTER] bridge: simplify nf_bridge_pad
authorStephen Hemminger <shemminger@osdl.org>
Wed, 30 Aug 2006 00:48:57 +0000 (17:48 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 22:18:31 +0000 (15:18 -0700)
Do some simple optimization on the nf_bridge_pad() function
and don't use magic constants. Eliminate a double call and
the #ifdef'd code for CONFIG_BRIDGE_NETFILTER.

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

No differences found