commit | b4bef1b57544b18899eb15569e3bafd8d2eeeff6 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@resnulli.us> | Wed Nov 19 14:04:57 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 21 14:20:17 2014 -0500 |
tree | 5f78030a09edac7df1e26c109d6aa2ef03927d5b | |
parent | b960a0ac6939ef4962c5abbf33e80d1382b45fc1 [diff] |
vlan: kill vlan_put_tag helper 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>