1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-10-01 16:26:19 +03:00
ben-wpan/tools/atrf-txrx
Werner Almesberger 5296fc8cf5 tools/: API change - atrf_open now requires a string argument (can be NULL)
atrf_open(NULL) maintains the old behaviour. To select a driver, use
atrf_open("name") or atrf_open("name:driver-specific-arguments")
The driver name is "ben" or "usb".

- include/atrf.h (atrf_open), lib/atrf.c (do_atrf_open, atrf_open):
  atrf_open now requires the string argument for driver selection
- atrf-id/atrf-id.c (main), atrf-reset/atrf-reset.c (main),
  atrf-rssi/atrf-rssi.c (main), atrf-trim/atrf-trim.c (main),
  atrf-txrx/atrf-txrx.c (main), atrf-xtal/atrf-xtal.c (main):
  changed atrf_open() to atrf_open(NULL)
2011-04-09 21:13:11 -03:00
..
atrf-txrx.c tools/: API change - atrf_open now requires a string argument (can be NULL) 2011-04-09 21:13:11 -03:00
Makefile tools/atrf-txrx/perdump: new utility to analyze a PER dump 2011-01-19 18:29:14 -03:00
pcap.h atrf-txrx: define the pcap file magic number (0xa1b2c3d4) in pcap.h 2011-01-19 18:27:16 -03:00
per-text.c perdump: print relative receive timestamp 2011-01-19 19:34:16 -03:00
perdump.c perdump: print relative receive timestamp 2011-01-19 19:34:16 -03:00
perdump.h perdump: print relative receive timestamp 2011-01-19 19:34:16 -03:00