Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336085
b: refs/heads/master
c: 3ed7147
h: refs/heads/master
i:
  336083: 89c89d9
v: v3
  • Loading branch information
Jiri Pirko authored and David S. Miller committed Nov 28, 2012
1 parent 43b032c commit a9d61b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fcdc90b025e69a38f9ec2742df099c7ddaa331fe
refs/heads/master: 3ed7147189d2fbe8ac6da95db2fd9d6d52f53ce9
4 changes: 3 additions & 1 deletion trunk/drivers/net/team/team.c
Original file line number Diff line number Diff line change
Expand Up @@ -1794,10 +1794,12 @@ static void team_setup(struct net_device *dev)

dev->features |= NETIF_F_LLTX;
dev->features |= NETIF_F_GRO;
dev->hw_features = NETIF_F_HW_VLAN_TX |
dev->hw_features = TEAM_VLAN_FEATURES |
NETIF_F_HW_VLAN_TX |
NETIF_F_HW_VLAN_RX |
NETIF_F_HW_VLAN_FILTER;

dev->hw_features &= ~(NETIF_F_ALL_CSUM & ~NETIF_F_HW_CSUM);
dev->features |= dev->hw_features;
}

Expand Down

0 comments on commit a9d61b6

Please sign in to comment.