summaryrefslogtreecommitdiff
path: root/drivers/net/chelsio/tp.h
diff options
context:
space:
mode:
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>2011-04-18 13:31:20 (GMT)
committerDavid S. Miller <davem@davemloft.net>2011-04-19 06:03:59 (GMT)
commit30f554f925335abad89aaa38eec6828242b27527 (patch)
tree6137d40e51d26cb39ec88fb2fe09ec79f41d44e4 /drivers/net/chelsio/tp.h
parentb437a8cc7de4c9d8d0bdb37e7621c119f7640967 (diff)
downloadlinux-fsl-qoriq-30f554f925335abad89aaa38eec6828242b27527.tar.xz
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/tp.h')
-rw-r--r--drivers/net/chelsio/tp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/chelsio/tp.h b/drivers/net/chelsio/tp.h
index 32fc71e..dfd8ce2 100644
--- a/drivers/net/chelsio/tp.h
+++ b/drivers/net/chelsio/tp.h
@@ -65,7 +65,6 @@ void t1_tp_intr_clear(struct petp *tp);
int t1_tp_intr_handler(struct petp *tp);
void t1_tp_get_mib_statistics(adapter_t *adap, struct tp_mib_statistics *tps);
-void t1_tp_set_udp_checksum_offload(struct petp *tp, int enable);
void t1_tp_set_tcp_checksum_offload(struct petp *tp, int enable);
void t1_tp_set_ip_checksum_offload(struct petp *tp, int enable);
int t1_tp_set_coalescing_size(struct petp *tp, unsigned int size);