diff options
Diffstat (limited to 'net/8021q/vlan.c')
-rw-r--r-- | net/8021q/vlan.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c index b661f47bf10a..f0e335aa20df 100644 --- a/net/8021q/vlan.c +++ b/net/8021q/vlan.c | |||
@@ -394,6 +394,7 @@ static void vlan_transfer_features(struct net_device *dev, | |||
394 | 394 | ||
395 | vlandev->features &= ~dev->vlan_features; | 395 | vlandev->features &= ~dev->vlan_features; |
396 | vlandev->features |= dev->features & dev->vlan_features; | 396 | vlandev->features |= dev->features & dev->vlan_features; |
397 | vlandev->gso_max_size = dev->gso_max_size; | ||
397 | 398 | ||
398 | if (old_features != vlandev->features) | 399 | if (old_features != vlandev->features) |
399 | netdev_features_change(vlandev); | 400 | netdev_features_change(vlandev); |