Browse Source

Merge commit '3b2630c' into cg_merges_20131108a

Luke Dashjr 12 years ago
parent
commit
64b7e5eed5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver-klondike.c

+ 1 - 1
driver-klondike.c

@@ -40,7 +40,7 @@
 
 
 #define REPLY_SIZE		15	// adequate for all types of replies
 #define REPLY_SIZE		15	// adequate for all types of replies
 #define REPLY_BUFSIZE 		16	// reply + 1 byte to mark used
 #define REPLY_BUFSIZE 		16	// reply + 1 byte to mark used
-#define MAX_REPLY_COUNT		32	// more unhandled replies than this will result in data loss
+#define MAX_REPLY_COUNT		4096	// more unhandled replies than this will result in data loss
 #define REPLY_WAIT_TIME		100 	// poll interval for a cmd waiting it's reply
 #define REPLY_WAIT_TIME		100 	// poll interval for a cmd waiting it's reply
 #define CMD_REPLY_RETRIES	8	// how many retries for cmds
 #define CMD_REPLY_RETRIES	8	// how many retries for cmds
 #define MAX_WORK_COUNT		4	// for now, must be binary multiple and match firmware
 #define MAX_WORK_COUNT		4	// for now, must be binary multiple and match firmware