commit | 350fb32ae45ec74ea9cc117c728c48b8e840f0f9 | [log] [tgz] |
---|---|---|
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | Fri Apr 08 06:35:56 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 10 18:55:18 2011 -0700 |
tree | af5b53bf85da0a00b20ef239166be8dc9c017667 | |
parent | 8b8ddc68df13032a5666438b48dfb7a86de3a610 [diff] |
net: r8169: convert to hw_features Simple conversion with a bit of needed cleanup. This also fixes: - confusion around vlan_features in rtl8169_vlan_mode(), - problem with broken TSO for too big MTU (the limit is set at 0xFFF --- max MSS field value). SG+IP_CSUM+TSO is left disabled by default, based on suggestion by David Dillow. Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Signed-off-by: David S. Miller <davem@davemloft.net>