1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/at86rf2xx
Thomas Eichinger 66db33b662 drivers/at86rf2xx: prevent a possible race condition after state change
It was pointed out that after a state change to RX_AACK_ON reading back
the state to confirm the transition can fail due to an imidiate change
into BUSY_RX_AACK between the successful change on the transceiver and
querying the state.
For this we exclude the readback of the state for transitions to
RX_AACK_ON.
2016-11-04 09:52:35 -07:00
..
include at86rf2xx: document operation mode concerns for 2016-09-02 22:48:47 +02:00
at86rf2xx_getset.c drivers/at86rf2xx: prevent a possible race condition after state change 2016-11-04 09:52:35 -07:00
at86rf2xx_internal.c at86rf2xx: Add at86rf2xx_get_random to at86rf2xx_internal 2016-09-02 09:54:39 +02:00
at86rf2xx_netdev.c at86rf2xx: move netstat increment after possible error return 2016-10-21 21:57:32 +02:00
at86rf2xx.c netdev2_ieee802154: remove NETDEV2_IEEE802154_PAN_COMP flag 2016-09-30 13:09:26 +02:00
Makefile at86rf2xx: remove ng_ prefix 2015-08-10 00:08:21 +02:00