X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tools%2Fcarlu%2Fsrc%2Fcarlu.h;h=5e2c6bb58c28110d0cab1e52e2519acc03a222dd;hb=2410b6d77a15fc53d2e5ccffd0a1deff96676cab;hp=8849a8bfe3a680eff1481f10afde4026a6664186;hpb=ce72b0c6b76cbd571a2f61ba03587f724ca79f05;p=carl9170fw.git diff --git a/tools/carlu/src/carlu.h b/tools/carlu/src/carlu.h index 8849a8b..5e2c6bb 100644 --- a/tools/carlu/src/carlu.h +++ b/tools/carlu/src/carlu.h @@ -1,9 +1,9 @@ /* - * carl9170user - userspace testing utility for ar9170 devices + * carlu - userspace testing utility for ar9170 devices * * common API declaration * - * Copyright 2009, 2010 Christian Lamparter + * Copyright 2009-2011 Christian Lamparter * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -140,7 +140,7 @@ void carlu_rx(struct carlu *ar, struct frame *frame); int carlu_tx(struct carlu *ar, struct frame *frame); void carlu_tx_feedback(struct carlu *ar, struct carl9170_rsp *cmd); -void carlu_handle_command(struct carlu *ar, void *buf, size_t len); +void carlu_handle_command(struct carlu *ar, void *buf, unsigned int len); struct frame *carlu_alloc_frame(struct carlu *ar, unsigned int size); void carlu_free_frame(struct carlu *ar, struct frame *frame);