|
@@ -2651,7 +2651,7 @@ static int qeth_l3_hard_start_xmit(struct sk_buff *skb, struct net_device *dev)
|
|
tag = (u16 *)(new_skb->data + 12);
|
|
tag = (u16 *)(new_skb->data + 12);
|
|
*tag = __constant_htons(ETH_P_8021Q);
|
|
*tag = __constant_htons(ETH_P_8021Q);
|
|
*(tag + 1) = htons(vlan_tx_tag_get(new_skb));
|
|
*(tag + 1) = htons(vlan_tx_tag_get(new_skb));
|
|
- VLAN_TX_SKB_CB(new_skb)->magic = 0;
|
|
|
|
|
|
+ new_skb->vlan_tci = 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|