diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2011-04-18 09:31:20 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-19 02:03:59 -0400 |
commit | 30f554f925335abad89aaa38eec6828242b27527 (patch) | |
tree | 6137d40e51d26cb39ec88fb2fe09ec79f41d44e4 /drivers/net/chelsio/common.h | |
parent | b437a8cc7de4c9d8d0bdb37e7621c119f7640967 (diff) |
net: chelsio: convert to hw_features
Also remove flags that were not used or are now redundant to hw_features bits.
No device had UDP_CSUM_CAPABLE set.
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/chelsio/common.h')
-rw-r--r-- | drivers/net/chelsio/common.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/net/chelsio/common.h b/drivers/net/chelsio/common.h index 092f31a126e6..c26d863e1697 100644 --- a/drivers/net/chelsio/common.h +++ b/drivers/net/chelsio/common.h | |||
@@ -264,11 +264,6 @@ struct adapter { | |||
264 | 264 | ||
265 | enum { /* adapter flags */ | 265 | enum { /* adapter flags */ |
266 | FULL_INIT_DONE = 1 << 0, | 266 | FULL_INIT_DONE = 1 << 0, |
267 | TSO_CAPABLE = 1 << 2, | ||
268 | TCP_CSUM_CAPABLE = 1 << 3, | ||
269 | UDP_CSUM_CAPABLE = 1 << 4, | ||
270 | VLAN_ACCEL_CAPABLE = 1 << 5, | ||
271 | RX_CSUM_ENABLED = 1 << 6, | ||
272 | }; | 267 | }; |
273 | 268 | ||
274 | struct mdio_ops; | 269 | struct mdio_ops; |