From: Frank Pavlic Date: Thu, 12 May 2005 18:37:53 +0000 (+0200) Subject: [PATCH] s390: qeth bug fixes X-Git-Tag: v2.6.12-rc6~145^2~4^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d801145d910cc4a0fb418dda1dee227cec993cbd;p=pandora-kernel.git [PATCH] s390: qeth bug fixes [patch 7/10] s390: qeth bug fixes. From: Frank Pavlic 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 --- Reading git-diff-tree failed