From 7a462268c89399eadcf6c449667ccc8990729fdd Mon Sep 17 00:00:00 2001 From: Mariano Alvira Date: Thu, 13 May 2010 10:52:26 -0400 Subject: [PATCH] increased the receive length --- this reduces the chance of missing a packet which managing the radio. --- lib/maca.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/maca.c b/lib/maca.c index 5a67b2476..1aa4f663c 100644 --- a/lib/maca.c +++ b/lib/maca.c @@ -65,7 +65,7 @@ #define CLK_PER_BYTE 8 #ifndef RECV_SOFTIMEOUT -#define RECV_SOFTIMEOUT (2*128*CLK_PER_BYTE) +#define RECV_SOFTIMEOUT (32*128*CLK_PER_BYTE) #endif #ifndef CPL_TIMEOUT