diff options
author | Ursula Braun <ursula.braun@de.ibm.com> | 2011-02-26 22:41:36 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-02-26 22:41:36 -0800 |
commit | 70919e23ac35c9c244dfd73f97312894cae7d65f (patch) | |
tree | 019e8dcd19402ec49898d7b00970960d0cbced33 /drivers/s390/net/qeth_core.h | |
parent | 4c93fbb0626080d196fb461c859b24a1feec3270 (diff) |
qeth: remove needless IPA-commands in offline
If a qeth device is set offline, data and control subchannels are
cleared, which means removal of all IP Assist Primitive settings
implicitly. There is no need to delete those settings explicitly.
This patch removes all IP Assist invocations from offline.
Signed-off-by: Ursula Braun <ursula.braun@de.ibm.com>
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/s390/net/qeth_core.h b/drivers/s390/net/qeth_core.h index f47a714538db..c5d763ed406e 100644 --- a/drivers/s390/net/qeth_core.h +++ b/drivers/s390/net/qeth_core.h @@ -741,7 +741,6 @@ struct qeth_card { /* QDIO buffer handling */ struct qeth_qdio_info qdio; struct qeth_perf_stats perf_stats; - int use_hard_stop; int read_or_write_problem; struct qeth_osn_info osn_info; struct qeth_discipline discipline; |