bridge: eliminate call by reference
authorStephen Hemminger <shemminger@osdl.org>
Wed, 21 Mar 2007 20:38:47 +0000 (13:38 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:28:44 +0000 (22:28 -0700)
Change the bridging hook to be simple function with return value
rather than modifying the skb argument. This could generate better
code and is cleaner.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>

No differences found