From: Michał Mirosław Date: Fri, 6 May 2011 07:56:29 +0000 (+0000) Subject: net: Fix vlan_features propagation X-Git-Tag: v3.0-rc1~377^2~104^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0a619ccfb8a2ec8ff083a02299cfd076c362b27;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed