commit | d801145d910cc4a0fb418dda1dee227cec993cbd | [log] [tgz] |
---|---|---|
author | Frank Pavlic <pavlic@de.ibm.com> | Thu May 12 20:37:53 2005 +0200 |
committer | Jeff Garzik <jgarzik@pobox.com> | Sun May 15 18:06:17 2005 -0400 |
tree | 423eda6277d89e89348907e185a49523debb0389 | |
parent | 5e39f2933f6707fc824b5e419dcac8ced67a57b6 [diff] |
[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>