vlan: convert VLAN devices to use ndo_fix_features()
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Sun, 3 Apr 2011 05:49:12 +0000 (22:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Apr 2011 05:49:12 +0000 (22:49 -0700)
Note: get_flags was actually broken, because it should return the
flags capped with vlan_features. This is now done implicitly by
limiting netdev->hw_features.

RX checksumming offload control is (and was) broken, as there was no way
before to say whether it's done for tagged packets.

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found