[PATCH] s390: qeth bug fixes
commitd801145d910cc4a0fb418dda1dee227cec993cbd
authorFrank Pavlic <pavlic@de.ibm.com>
Thu, 12 May 2005 18:37:53 +0000 (12 20:37 +0200)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 15 May 2005 22:06:17 +0000 (15 18:06 -0400)
tree423eda6277d89e89348907e185a49523debb0389
parent5e39f2933f6707fc824b5e419dcac8ced67a57b6
[PATCH] s390: qeth bug fixes

[patch 7/10] s390: qeth bug fixes.

From: Frank Pavlic <pavlic@de.ibm.com>

qeth network driver changes:
 - Removed redundant code, use the same qeth_fill_buffer_frag
   for TSO path either
 - Using skb->frags solely is not correct since skb->data still
   points to the beginning of the whole data, even when it is
   a small portion we have to fill the qdio buffer with it.

Signed-off-by: Frank Pavlic <pavlic@de.ibm.com>
drivers/s390/net/qeth.h
drivers/s390/net/qeth_eddp.c
drivers/s390/net/qeth_main.c
drivers/s390/net/qeth_tso.c
drivers/s390/net/qeth_tso.h