1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

tools/lib/: added HardMAC functions to the atusb drivers

This commit is contained in:
Werner Almesberger
2011-07-12 12:10:48 -03:00
parent 862b554e2d
commit 49d6067e88
4 changed files with 88 additions and 0 deletions

View File

@@ -162,4 +162,7 @@ struct atrf_driver atusb_driver = {
.sram_write = atusb_sram_write,
.sram_read = atusb_sram_read,
.interrupt_wait = atusb_interrupt_wait,
.rx_mode = atusb_rx_mode,
.rx = atusb_rx,
.tx = atusb_tx,
};