diff options
author | Frank Blaschka <frank.blaschka@de.ibm.com> | 2009-11-11 19:11:45 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-16 05:42:09 -0500 |
commit | 3fd434d846a2c87f8f705b6876f81e4053f93749 (patch) | |
tree | d4d20edd391abc26948c67c022061ef271e4c053 /drivers/s390/net/qeth_l3.h | |
parent | c3b4a740db3688b245282ac957a01f3fb8d1186d (diff) |
qeth: allow dynamic change of rx checksumming
Technically there is no need to set the card offline to change
RX checksumming. Get rid of this stupid limitation.
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_l3.h')
-rw-r--r-- | drivers/s390/net/qeth_l3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/s390/net/qeth_l3.h b/drivers/s390/net/qeth_l3.h index ffa6fe4da26a..321988fa9f7d 100644 --- a/drivers/s390/net/qeth_l3.h +++ b/drivers/s390/net/qeth_l3.h | |||
@@ -61,5 +61,6 @@ int qeth_l3_add_rxip(struct qeth_card *, enum qeth_prot_versions, const u8 *); | |||
61 | void qeth_l3_del_rxip(struct qeth_card *card, enum qeth_prot_versions, | 61 | void qeth_l3_del_rxip(struct qeth_card *card, enum qeth_prot_versions, |
62 | const u8 *); | 62 | const u8 *); |
63 | int qeth_l3_set_large_send(struct qeth_card *, enum qeth_large_send_types); | 63 | int qeth_l3_set_large_send(struct qeth_card *, enum qeth_large_send_types); |
64 | int qeth_l3_set_rx_csum(struct qeth_card *, enum qeth_checksum_types); | ||
64 | 65 | ||
65 | #endif /* __QETH_L3_H__ */ | 66 | #endif /* __QETH_L3_H__ */ |