Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111657
b: refs/heads/master
c: 1ae4be2
h: refs/heads/master
i:
  111655: 900a444
v: v3
  • Loading branch information
Alexander Duyck authored and David S. Miller committed Sep 12, 2008
1 parent d9d79dc commit 33d700b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1f07553a58c65741d6d125621123ecf9093fa0e3
refs/heads/master: 1ae4be22f64326a6784acd7083b9590c9f4215a2
1 change: 1 addition & 0 deletions trunk/net/8021q/vlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ static void vlan_transfer_features(struct net_device *dev,

vlandev->features &= ~dev->vlan_features;
vlandev->features |= dev->features & dev->vlan_features;
vlandev->gso_max_size = dev->gso_max_size;

if (old_features != vlandev->features)
netdev_features_change(vlandev);
Expand Down
1 change: 1 addition & 0 deletions trunk/net/8021q/vlan_dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ static int vlan_dev_init(struct net_device *dev)
(1<<__LINK_STATE_PRESENT);

dev->features |= real_dev->features & real_dev->vlan_features;
dev->gso_max_size = real_dev->gso_max_size;

/* ipv6 shared card related stuff */
dev->dev_id = real_dev->dev_id;
Expand Down

0 comments on commit 33d700b

Please sign in to comment.