patch-2.4.22 linux-2.4.22/net/802/llc_sendpdu.c

Next file: linux-2.4.22/net/Config.in
Previous file: linux-2.4.22/mm/vmalloc.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/net/802/llc_sendpdu.c linux-2.4.22/net/802/llc_sendpdu.c
@@ -283,7 +283,7 @@
 		if(tmp!=NULL)
 		{
 			tmp->dev = lp->dev;
-			dev_queue_xmit(skb);
+			dev_queue_xmit(tmp);
 		}
 		resend_count++;
 		skb = skb->next;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)