vlan: rename __vlan_put_tag to vlan_insert_tag_set_proto
[deliverable/linux.git] / drivers / net / bonding / bond_main.c
index e26c6823203280ab1298c12460140b9a633949ac..c1d7da427a3e209ab5f6bfa275b3b0f904996f50 100644 (file)
@@ -2146,8 +2146,8 @@ static void bond_arp_send(struct net_device *slave_dev, int arp_op,
 
                netdev_dbg(slave_dev, "inner tag: proto %X vid %X\n",
                           ntohs(outer_tag->vlan_proto), tags->vlan_id);
-               skb = __vlan_put_tag(skb, tags->vlan_proto,
-                                    tags->vlan_id);
+               skb = vlan_insert_tag_set_proto(skb, tags->vlan_proto,
+                                               tags->vlan_id);
                if (!skb) {
                        net_err_ratelimited("failed to insert inner VLAN tag\n");
                        return;
This page took 0.028602 seconds and 5 git commands to generate.