increase the reception time now that tx_packet will advance the timer

as necessary.
This commit is contained in:
Mariano Alvira 2010-07-14 14:45:14 -04:00
parent e60190eb11
commit 7f6c99cf9b

View file

@ -65,7 +65,7 @@
#define CLK_PER_BYTE 8
#ifndef RECV_SOFTIMEOUT
#define RECV_SOFTIMEOUT (32*128*CLK_PER_BYTE)
#define RECV_SOFTIMEOUT (1024*128*CLK_PER_BYTE)
#endif
#ifndef CPL_TIMEOUT