altos: Make radio test command careful with the radio mutex.
authorKeith Packard <keithp@keithp.com>
Wed, 24 Nov 2010 03:02:54 +0000 (19:02 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 24 Nov 2010 03:10:27 +0000 (19:10 -0800)
commit3b9db8c82d26a6a2e43d4ca40742fc1bdc502380
tree1b505c74968307a2e6f558bd8f6f703b4d9a0fac
parent54468e5dc567aaac5c5c20e921859b7cec28bb88
altos: Make radio test command careful with the radio mutex.

Remember whether the radio test mode is on or off and don't try to do
either of them twice to prevent the mutex from being acquired or
released twice.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao_radio.c