macvlan: Remove custom recieve and forward handlers
authorVlad Yasevich <vyasevic@redhat.com>
Wed, 11 Dec 2013 18:27:11 +0000 (13:27 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Dec 2013 18:38:39 +0000 (13:38 -0500)
Since now macvlan and macvtap use the same receive and
forward handlers, we can remove them completely and use
netif_rx and dev_forward_skb() directly.

Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found