|
@@ -261,7 +261,6 @@ static int register_vlan_device(struct net_device *real_dev, u16 vlan_id)
|
|
* hope the underlying device can handle it.
|
|
* hope the underlying device can handle it.
|
|
*/
|
|
*/
|
|
new_dev->mtu = real_dev->mtu;
|
|
new_dev->mtu = real_dev->mtu;
|
|
- new_dev->priv_flags |= (real_dev->priv_flags & IFF_UNICAST_FLT);
|
|
|
|
|
|
|
|
vlan = vlan_dev_priv(new_dev);
|
|
vlan = vlan_dev_priv(new_dev);
|
|
vlan->vlan_proto = htons(ETH_P_8021Q);
|
|
vlan->vlan_proto = htons(ETH_P_8021Q);
|