diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2011-04-06 22:43:48 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-04-07 23:16:58 -0400 |
commit | 5ec8f9b8e6d87faa9d3a4b079b83e3c0d9c39921 (patch) | |
tree | 08b7d5634544c79b737edd25a0764709a9b7c242 /drivers/net/enic/enic.h | |
parent | 6332c8d3a5e352fae854cbcac764622e083461e5 (diff) |
net: enic: convert to hw_features
As the driver uses GRO and not LRO, LRO settings are ignored anyway
and are removed here to avoid confusion.
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/enic/enic.h')
-rw-r--r-- | drivers/net/enic/enic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/enic/enic.h b/drivers/net/enic/enic.h index 178b94d7f89b..38b351c7b979 100644 --- a/drivers/net/enic/enic.h +++ b/drivers/net/enic/enic.h | |||
@@ -84,7 +84,6 @@ struct enic { | |||
84 | unsigned int flags; | 84 | unsigned int flags; |
85 | unsigned int mc_count; | 85 | unsigned int mc_count; |
86 | unsigned int uc_count; | 86 | unsigned int uc_count; |
87 | int csum_rx_enabled; | ||
88 | u32 port_mtu; | 87 | u32 port_mtu; |
89 | u32 rx_coalesce_usecs; | 88 | u32 rx_coalesce_usecs; |
90 | u32 tx_coalesce_usecs; | 89 | u32 tx_coalesce_usecs; |