diff options
-rw-r--r-- | net/8021q/vlan_dev.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/8021q/vlan_dev.c b/net/8021q/vlan_dev.c index f196552ec3c4..8b5ab9033b41 100644 --- a/net/8021q/vlan_dev.c +++ b/net/8021q/vlan_dev.c | |||
@@ -554,6 +554,7 @@ static int vlan_dev_init(struct net_device *dev) | |||
554 | if (dev->features & NETIF_F_VLAN_FEATURES) | 554 | if (dev->features & NETIF_F_VLAN_FEATURES) |
555 | netdev_warn(real_dev, "VLAN features are set incorrectly. Q-in-Q configurations may not work correctly.\n"); | 555 | netdev_warn(real_dev, "VLAN features are set incorrectly. Q-in-Q configurations may not work correctly.\n"); |
556 | 556 | ||
557 | dev->vlan_features = real_dev->vlan_features & ~NETIF_F_ALL_FCOE; | ||
557 | 558 | ||
558 | /* ipv6 shared card related stuff */ | 559 | /* ipv6 shared card related stuff */ |
559 | dev->dev_id = real_dev->dev_id; | 560 | dev->dev_id = real_dev->dev_id; |