From: Ursula Braun Date: Wed, 24 May 2006 07:51:13 +0000 (+0200) Subject: [PATCH] s390: qeth driver fixes X-Git-Tag: v2.6.17-rc6~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba1aa084d6fb725a4c026adf69845ca60bab3b36;p=pandora-kernel.git [PATCH] s390: qeth driver fixes From: Frank Blaschka From: Frank Pavlic - fix fake_ll during initial device bringup. fake_ll was not active after first start of the device. Problem only occured when qeth was built without IPV6 support. - avoid skb usage after invocation of qeth_flush_buffers, because skb might already be freed. - remove yet another useless netif_wake_queue in qeth_softsetup_ipv6 since this function is only called when device is going online. In this case card->state will never be in state UP. So let the net_device queue down . Signed-off-by: Frank Pavlic Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed