altos: Don't abort radio transmissions with ao_radio_abort
authorKeith Packard <keithp@keithp.com>
Wed, 24 Nov 2010 02:57:49 +0000 (18:57 -0800)
committerKeith Packard <keithp@keithp.com>
Wed, 24 Nov 2010 03:10:27 +0000 (19:10 -0800)
commit54468e5dc567aaac5c5c20e921859b7cec28bb88
treef65544d48536f67e291877f9f644fa07464486c3
parentd873dc28f0752aeb58a6263e42bdd5b9095bd392
altos: Don't abort radio transmissions with ao_radio_abort

We only want to abort pending radio reception to release the radio for
other use, or to change the radio channel. Let radio transmission
proceed. This fixes a problem with using packet mode to configure the
radio channel; if the packet transmission is aborted, the TM ends up
wedged.

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