git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b960a0a
)
vlan: kill vlan_put_tag helper
author
Jiri Pirko
<jiri@resnulli.us>
Wed, 19 Nov 2014 13:04:57 +0000
(14:04 +0100)
committer
David S. Miller
<davem@davemloft.net>
Fri, 21 Nov 2014 19:20:17 +0000
(14:20 -0500)
Since both tx and rx paths work with skb->vlan_tci, there's no need for
this function anymore. Switch users directly to __vlan_hwaccel_put_tag.
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found