net: Add GSO to vlan_features initialization
authorShan Wei <shanwei@cn.fujitsu.com>
Wed, 6 Jul 2011 03:44:17 +0000 (20:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Jul 2011 05:34:52 +0000 (22:34 -0700)
commitf9d7a1187dfefc6b54b53e0ffff4d26c0eff2702
tree8d708bcd28dd6c93cc4a9741a870b8805ced607b
parent7736d33f4262d437c51ed7a28114eacbfca236ff
net: Add GSO to vlan_features initialization

Just add GSO to vlan_features initialization, and update comments.

When we set offload features, vlan_dev_fix_features() will do more check.
In vlan_dev_fix_features(), final features is decided by
features of real device and vlan_features of real device.

Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c