zephyr/subsys/bluetooth/controller/ll_sw
Vinayak Chettimada 611460b913 Bluetooth: controller: Fix race waiting for ticker job to complt
Same volatile status variable as return and being updated
in ISR would modify the variable in two context which
caused the variable to be set to a stale value.

This commit uses two different variables, one for return
value and the other to be updated by ISR.

Jira: ZEP-1941

Change-id: I19e3bdc85e15bda7891395f3f1f64c2ddbeee0c6
Signed-off-by: Vinayak Chettimada <vinayak.kariappa.chettimada@nordicsemi.no>
2017-03-24 17:06:59 +00:00
..
crypto.c Bluetooth: Introduce public big-endian AES API 2017-03-21 17:05:42 -07:00
ctrl_internal.h Bluetooth: controller: Move PDU macros from radio.h to pdu.h 2017-03-21 17:05:43 -07:00
ctrl.c Bluetooth: controller: Fix race waiting for ticker job to complt 2017-03-24 17:06:59 +00:00
ctrl.h Bluetooth: controller: Move PDU macros from radio.h to pdu.h 2017-03-21 17:05:43 -07:00
ll.c Bluetooth: controller: Replace 0 for pointers with NULL keyword 2017-03-21 17:05:42 -07:00
Makefile Bluetooth: controller: Cleanup makefiles 2017-03-21 17:05:43 -07:00
pdu.h Bluetooth: controller: Move PDU macros from radio.h to pdu.h 2017-03-21 17:05:43 -07:00