req_ctx: Use the linked lists between req_ctx to ensure ordering

It is important we send the buffers in-order, and not re-order
them between the main program and the USB host.
This commit is contained in:
Harald Welte
2016-02-28 19:31:24 +01:00
parent bd71768e5f
commit 203ea19227

View File

@@ -6,6 +6,8 @@
#include <stdint.h>
#define REQ_CTX_LISTS
#define __ramfunc
enum req_ctx_state {