net: chelsio: convert to hw_features
[deliverable/linux.git] / drivers / net / chelsio / common.h
index 092f31a126e6daa1fee2bdc75b818081cc2a2fd3..c26d863e1697350f725db565234980579992ed42 100644 (file)
@@ -264,11 +264,6 @@ struct adapter {
 
 enum {                                           /* adapter flags */
        FULL_INIT_DONE        = 1 << 0,
-       TSO_CAPABLE           = 1 << 2,
-       TCP_CSUM_CAPABLE      = 1 << 3,
-       UDP_CSUM_CAPABLE      = 1 << 4,
-       VLAN_ACCEL_CAPABLE    = 1 << 5,
-       RX_CSUM_ENABLED       = 1 << 6,
 };
 
 struct mdio_ops;
This page took 0.027645 seconds and 5 git commands to generate.