Commit acf91296 authored by Dave Jones's avatar Dave Jones Committed by Linus Torvalds

[PATCH] iphase fix.

This went into 2.4 nearly a year back with the wonderfully
descriptive  "Fix from maintainer" comment.
parent 4825acc7
......@@ -2984,8 +2984,7 @@ static int iph5526_send_packet(struct sk_buff *skb, struct net_device *dev)
*/
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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment