From e2cc8b2a3eb6f1225b99d550a8877d9492d4024c Mon Sep 17 00:00:00 2001 From: nvt-se Date: Tue, 31 Mar 2009 14:44:13 +0000 Subject: [PATCH] send all queued packet once we have the chance. --- core/net/mac/lpp.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/net/mac/lpp.c b/core/net/mac/lpp.c index 05030ec23..2f05b1835 100644 --- a/core/net/mac/lpp.c +++ b/core/net/mac/lpp.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: lpp.c,v 1.13 2009/03/31 14:11:25 nvt-se Exp $ + * $Id: lpp.c,v 1.14 2009/03/31 14:44:13 nvt-se Exp $ */ /** @@ -363,8 +363,6 @@ read_packet(void) packet type of the queued packet to see if it is a data packet. If not, we should not turn the radio on. */ - - break; } } }