<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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;
 }
</pre></body></html>