From: Keith Packard Date: Wed, 24 Nov 2010 02:57:49 +0000 (-0800) Subject: altos: Don't abort radio transmissions with ao_radio_abort X-Git-Tag: debian/0.7.1+168+gcb08bc2~15^2~12 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=54468e5dc567aaac5c5c20e921859b7cec28bb88;hp=54468e5dc567aaac5c5c20e921859b7cec28bb88;p=fw%2Faltos 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 ---