rlink: fix reply counter to enable sending full buffers
commit5812ef2b73db2f513f9c42d6cf4b695268d04d69
authorAndreas Fritiofson <andreas.fritiofson@gmail.com>
Sat, 16 Jul 2011 12:30:20 +0000 (16 14:30 +0200)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Wed, 10 Aug 2011 04:52:09 +0000 (10 06:52 +0200)
treeefe68c5534e17d266218981d2d1f222b94630e80
parent6f1641a5cc132fa88fa18f5571d2d29330308a55
rlink: fix reply counter to enable sending full buffers

dtc_queue.reply_index was wrongly being increased during out scans, causing
the queue to be sent before the out buffer was full. This patch increases
raw upload speed by 50% or so.

Signed-off-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
src/jtag/drivers/rlink.c