diff options
author | Jiri Pirko <jpirko@redhat.com> | 2011-07-20 00:54:36 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-07-21 16:47:56 -0400 |
commit | a4aeb26628b5184386f99cf202ac837b0e56c975 (patch) | |
tree | 45c99ff239308f6860ae85c9ad6a88525df3fbdf /net | |
parent | 892ef5d85259e193505d553c10237fd5dc9a3d0d (diff) |
vlan: kill __vlan_hwaccel_rx and vlan_hwaccel_rx
Signed-off-by: Jiri Pirko <jpirko@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r-- | net/8021q/vlan_core.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/8021q/vlan_core.c b/net/8021q/vlan_core.c index 5940366fac48..68b04ea5fa48 100644 --- a/net/8021q/vlan_core.c +++ b/net/8021q/vlan_core.c | |||
@@ -96,15 +96,6 @@ u16 vlan_dev_vlan_id(const struct net_device *dev) | |||
96 | } | 96 | } |
97 | EXPORT_SYMBOL(vlan_dev_vlan_id); | 97 | EXPORT_SYMBOL(vlan_dev_vlan_id); |
98 | 98 | ||
99 | /* VLAN rx hw acceleration helper. This acts like netif_{rx,receive_skb}(). */ | ||
100 | int __vlan_hwaccel_rx(struct sk_buff *skb, struct vlan_group *grp, | ||
101 | u16 vlan_tci, int polling) | ||
102 | { | ||
103 | __vlan_hwaccel_put_tag(skb, vlan_tci); | ||
104 | return polling ? netif_receive_skb(skb) : netif_rx(skb); | ||
105 | } | ||
106 | EXPORT_SYMBOL(__vlan_hwaccel_rx); | ||
107 | |||
108 | gro_result_t vlan_gro_receive(struct napi_struct *napi, struct vlan_group *grp, | 99 | gro_result_t vlan_gro_receive(struct napi_struct *napi, struct vlan_group *grp, |
109 | unsigned int vlan_tci, struct sk_buff *skb) | 100 | unsigned int vlan_tci, struct sk_buff *skb) |
110 | { | 101 | { |