summaryrefslogtreecommitdiffstats
path: root/drivers/s390/net/qeth_core.h
diff options
context:
space:
mode:
authorFrank Blaschka2011-05-12 20:45:01 +0200
committerDavid S. Miller2011-05-13 20:55:20 +0200
commitc5e631a8d4e305a68465b7334efe9875be8b7033 (patch)
tree1fb2dbc1eda8201c78cd466f87ae50f6f2cef08c /drivers/s390/net/qeth_core.h
parentqlcnic: Bumped up version number to 5.0.18 (diff)
downloadkernel-qcow2-linux-c5e631a8d4e305a68465b7334efe9875be8b7033.tar.gz
kernel-qcow2-linux-c5e631a8d4e305a68465b7334efe9875be8b7033.tar.xz
kernel-qcow2-linux-c5e631a8d4e305a68465b7334efe9875be8b7033.zip
qeth: convert to hw_features part 2
Set rx csum default to hw checksumming again. Remove sysfs interface for rx csum (checksumming) and TSO (large_send). With the new hw_features it does not work to keep the old sysfs interface in parallel. Convert options.checksum_type to new hw_features. Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net/qeth_core.h')
-rw-r--r--drivers/s390/net/qeth_core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_core.h b/drivers/s390/net/qeth_core.h
index 8d6146a107d9..a2e67558a313 100644
--- a/drivers/s390/net/qeth_core.h
+++ b/drivers/s390/net/qeth_core.h
@@ -639,7 +639,6 @@ struct qeth_card_options {
struct qeth_ipa_info adp; /*Adapter parameters*/
struct qeth_routing_info route6;
struct qeth_ipa_info ipa6;
- enum qeth_checksum_types checksum_type;
int broadcast_mode;
int macaddr_mode;
int fake_broadcast;