diff options
author | 2015-03-26 12:46:29 +0100 | |
---|---|---|
committer | 2015-03-27 19:18:50 +0100 | |
commit | 3ff7092bc83b50e831c43d83141084756f4e6ae1 (patch) | |
tree | dc8fc9b0c9dd44926a8dfb3ebd31353ea272df89 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mac802154: cleanup concurrent check (diff) | |
download | linux-dev-3ff7092bc83b50e831c43d83141084756f4e6ae1.tar.xz linux-dev-3ff7092bc83b50e831c43d83141084756f4e6ae1.zip |
at86rf230: remove unnecessary spinlock
This spinlock isn't necessary because if we are in TX_ON/TX_ARET_ON
state the transceiver can't be interrupted e.g. by receiving a frame
when a SHR was detected. In this time the transceiver doesn't leave
the TX_ON/TX_ARET_ON state until the tx complete irq change the state
into RX_AACK_ON again. This means a receiving interrupt in state
TX_ON/TX_ARET_ON can't happen and is_tx is protected by transceiver.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions