aboutsummaryrefslogtreecommitdiffstats
path: root/net/8021q/vlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/8021q/vlan.c')
-rw-r--r--net/8021q/vlan.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c
index a1f16303703a..e814794b0a1a 100644
--- a/net/8021q/vlan.c
+++ b/net/8021q/vlan.c
@@ -391,6 +391,9 @@ static void vlan_transfer_features(struct net_device *dev,
391 vlandev->features &= ~dev->vlan_features; 391 vlandev->features &= ~dev->vlan_features;
392 vlandev->features |= dev->features & dev->vlan_features; 392 vlandev->features |= dev->features & dev->vlan_features;
393 vlandev->gso_max_size = dev->gso_max_size; 393 vlandev->gso_max_size = dev->gso_max_size;
394#if defined(CONFIG_FCOE) || defined(CONFIG_FCOE_MODULE)
395 vlandev->fcoe_ddp_xid = dev->fcoe_ddp_xid;
396#endif
394 397
395 if (old_features != vlandev->features) 398 if (old_features != vlandev->features)
396 netdev_features_change(vlandev); 399 netdev_features_change(vlandev);