summaryrefslogtreecommitdiff
path: root/firmware/src/os/usb_benchmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/src/os/usb_benchmark.c')
-rw-r--r--firmware/src/os/usb_benchmark.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/firmware/src/os/usb_benchmark.c b/firmware/src/os/usb_benchmark.c
index 967efbb..2802d90 100644
--- a/firmware/src/os/usb_benchmark.c
+++ b/firmware/src/os/usb_benchmark.c
@@ -30,23 +30,6 @@
static struct req_ctx dummy_rctx;
static struct req_ctx empty_rctx;
-static void usbtest_tx_transfer(unsigned int num_pkts)
-{
- unsigned int i;
-
-#if 0
-#warning please reimplement refill userspecified rctx
- for (i = 0; i < num_pkts; i++) {
- /* send 16 packets of 64byte */
- while (udp_refill_ep(2, &dummy_rctx) < 0)
- ;
- }
- /* send one packet of 0 byte */
- while (udp_refill_ep(2, &empty_rctx) < 0)
- ;
-#endif
-}
-
static int usbtest_rx(struct req_ctx *rctx)
{
struct openpcd_hdr *poh = (struct openpcd_hdr *) rctx->data;
personal git repositories of Harald Welte. Your mileage may vary