diff options
-rw-r--r-- | drivers/net/ieee802154/at86rf230.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/drivers/net/ieee802154/at86rf230.c b/drivers/net/ieee802154/at86rf230.c index 79fbf3809745..80632fc59756 100644 --- a/drivers/net/ieee802154/at86rf230.c +++ b/drivers/net/ieee802154/at86rf230.c | |||
@@ -749,13 +749,11 @@ at86rf230_tx_trac_check(void *context) | |||
749 | * to STATE_FORCE_TRX_OFF then STATE_TX_ON to recover the transceiver | 749 | * to STATE_FORCE_TRX_OFF then STATE_TX_ON to recover the transceiver |
750 | * state to TX_ON. | 750 | * state to TX_ON. |
751 | */ | 751 | */ |
752 | if (trac) { | 752 | if (trac) |
753 | at86rf230_async_state_change(lp, ctx, STATE_FORCE_TRX_OFF, | 753 | at86rf230_async_state_change(lp, ctx, STATE_FORCE_TRX_OFF, |
754 | at86rf230_tx_trac_error, true); | 754 | at86rf230_tx_trac_error, true); |
755 | return; | 755 | else |
756 | } | 756 | at86rf230_tx_on(context); |
757 | |||
758 | at86rf230_tx_on(context); | ||
759 | } | 757 | } |
760 | 758 | ||
761 | static void | 759 | static void |