diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2011-04-10 04:47:46 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-10 18:55:21 -0700 |
commit | 8d7dfc2b57bb2cad0731dedd58ec1d70bcca1ccf (patch) | |
tree | 1818a31f2a8d4ad06eb84b2cff292c3036d7a8d9 /drivers/net/bnx2.h | |
parent | f593fe363268e7354b3a7f3907170de1ac4de7e7 (diff) |
net: bnx2: convert to hw_features
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/bnx2.h')
-rw-r--r-- | drivers/net/bnx2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/bnx2.h b/drivers/net/bnx2.h index 91e83562238e..bf371f6fe154 100644 --- a/drivers/net/bnx2.h +++ b/drivers/net/bnx2.h @@ -6754,8 +6754,6 @@ struct bnx2 { u32 rx_max_ring_idx; u32 rx_max_pg_ring_idx; - u32 rx_csum; - /* TX constants */ int tx_ring_size; u32 tx_wake_thresh; |