commit | f0a619ccfb8a2ec8ff083a02299cfd076c362b27 | [log] [tgz] |
---|---|---|
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | Fri May 06 07:56:29 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu May 12 17:54:13 2011 -0400 |
tree | 88b90e6fcec0947fc46eb178948ac78d1dc45134 | |
parent | 864b5418ebc16893cfd27ff3cda254eff0f56d6f [diff] |
net: Fix vlan_features propagation Fix VLAN features propagation for devices which change vlan_features. For this to work, driver needs to make sure netdev_features_changed() gets called after the change (it is e.g. after ndo_set_features()). Side effect is that a user might request features that will never be enabled on a VLAN device. Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>