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
- Lines: 9
- Date:
2003-08-25 04:44:44.000000000 -0700
- Orig file:
linux-2.4.21/net/802/llc_sendpdu.c
- Orig date:
2001-04-06 10:51:19.000000000 -0700
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)