diff -urpN --exclude-from=/home/davej/.exclude bk-linus/drivers/net/fc/iph5526.c linux-2.5/drivers/net/fc/iph5526.c
--- bk-linus/drivers/net/fc/iph5526.c	2002-11-21 02:16:40.000000000 +0000
+++ linux-2.5/drivers/net/fc/iph5526.c	2002-11-21 17:59:37.000000000 +0000
@@ -2983,8 +2983,7 @@ static int iph5526_send_packet(struct sk
 	 */
 	if ((type == ETH_P_ARP) || (status == 0))
 		dev_kfree_skb(skb);
-	else
-		netif_wake_queue(dev);
+	netif_wake_queue(dev);
 	LEAVE("iph5526_send_packet");
 	return 0;
 }