patch-2.1.16 linux/net/802/cl2llc.c
Next file: linux/net/802/cl2llc.pre
Previous file: linux/mm/vmscan.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Wed Dec 18 12:07:55 1996
- Orig file:
v2.1.15/linux/net/802/cl2llc.c
- Orig date:
Thu Dec 12 19:37:21 1996
diff -u --recursive --new-file v2.1.15/linux/net/802/cl2llc.c linux/net/802/cl2llc.c
@@ -422,7 +422,7 @@
{
lp->retry_count = 0;
llc_stop_timer(lp, ACK_TIMER);
- if (lp->rtq_front != NULL)
+ if (skb_peek(&lp->rtq) != NULL)
{
/*
* Re-transmit queue not empty
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov