commit | 1180e7d6599c1fb0c56a23a649a3eb37d877b9d0 | [log] [tgz] |
---|---|---|
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | Thu Jul 14 14:41:11 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 14 14:41:11 2011 -0700 |
tree | cae7c3f14d626d92f4dc69a6418d8225fe18f58c | |
parent | 6c9c1b5456e3ba0b4a1a43866600e84bbba0db12 [diff] |
net: cleanup vlan_features setting in register_netdev vlan_features contains features inherited from underlying device. NETIF_SOFT_FEATURES are not inherited but belong to the vlan device itself (ensured in vlan_dev_fix_features()). Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>