altos: Move radio_cmac test funcs from ao_lco_cmd.c to new file
authorKeith Packard <keithp@keithp.com>
Wed, 29 Aug 2012 01:07:05 +0000 (18:07 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 29 Aug 2012 06:00:22 +0000 (23:00 -0700)
commit78cd26eec77adda23ef1b5ca2d91027f1e059868
treea32d04f28e66145181c11da692d467073fed6490
parentf2d919a2147025daa332957cda6d91959e4731ab
altos: Move radio_cmac test funcs from ao_lco_cmd.c to new file

These are useful in the firing node for testing as well, so move them
to be shared.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_radio_cmac_cmd.c [new file with mode: 0644]
src/core/ao_radio_cmac_cmd.h [new file with mode: 0644]
src/drivers/ao_lco_cmd.c