-
- Downloads
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.
Please register or sign in to comment