[PATCH] s390: qeth driver fixes
authorUrsula Braun <braunu@de.ibm.com>
Fri, 30 Sep 2005 08:17:24 +0000 (10:17 +0200)
committerJeff Garzik <jgarzik@pobox.com>
Tue, 4 Oct 2005 02:05:38 +0000 (22:05 -0400)
commit9123e0d78990246304fe681167b8d8097f1e02d7
treeaf538ea90ed4f64b448fd36f0379ec79db9f3c89
parentbb53d6d0e70cd0749a7844efc62cefeb24b134b6
[PATCH] s390: qeth driver fixes

From: Peter Tiedemann <ptiedem@de.ibm.com>
From: Frank Pavlic <pavlic@de.ibm.com>
minor qeth fixes:
- free old skb in qeth_realloc_headroom after duplicating skb
- disable IPV6 support for Hipersockets devices
- call ccw_device_set_offline on every channel regardless
  of the return value of the prior ccw_device_set_offline calls
- allocate qdio structures in DMA-area
- schedule recovery of appropriate card
  when cable has been inserted again.
- add missing initialization of card->lock
- write sequence number in skb->cb for SNA protocol which
  requires strictly serialized packets.

Signed-off-by: Frank Pavlic <pavlic@de.ibm.com>
diffstat:
 qeth.h      |    2 ++
 qeth_main.c |   37 +++++++++++++++++--------------------
 2 files changed, 19 insertions(+), 20 deletions(-)
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/s390/net/qeth.h
drivers/s390/net/qeth_main.c