patch-2.1.16 linux/net/802/cl2llc.pre

Next file: linux/net/802/llc_macinit.c
Previous file: linux/net/802/cl2llc.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.15/linux/net/802/cl2llc.pre linux/net/802/cl2llc.pre
@@ -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