zephyr/subsys
Piotr Pryga 5dd5902f67 Bluetooth: controller: Add missing NULL assign to df_cfg in ll_adv_set
ll_adv_set stores poitner to direction finding TX configuration.
When ll_reset is executed the pointer was not NULL assigned.
That lead to erroneous behavior e.g. df_cfg->is_enabled was set
to TRUE even the functionality was not enabled.
DF configuration is stored in memory pool. The memory pool uses
free elements to store its internal data. On reset whole pool is
expected to be free, so ll_adv_set->df_cfg may not point to any
element allocated from memory pool.

Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
2021-11-29 18:29:43 -05:00
..
bluetooth Bluetooth: controller: Add missing NULL assign to df_cfg in ll_adv_set 2021-11-29 18:29:43 -05:00
canbus net: buf: POOL_VAR_DEFINE explicit user data 2021-11-24 16:04:50 +02:00
console
cpp
debug
demand_paging
dfu
disk
emul
fb
fs fs: Correct LOG_ERR messages for directory API calss 2021-11-09 16:04:34 -06:00
ipc ipc: use highest coop priority for IPM workqueue 2021-11-24 18:59:02 +01:00
jwt
logging logging: Fix tracking of active messages 2021-11-29 21:13:44 +01:00
lorawan
mgmt Kconfig: net: deprecate NET_BUF_USER_DATA_LEN 2021-11-24 16:04:50 +02:00
modbus
net net: sockets: Simplify common getsockname() implementation 2021-11-29 16:30:29 +01:00
pm pm: tracing: Correct compilation for tracing 2021-11-29 18:18:29 -05:00
portability portability: cmsis: use correct type for atomics 2021-11-15 09:59:01 -05:00
random
settings settings: add shell commands for reading settings 2021-11-22 08:32:56 -05:00
shell device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
stats
storage storage/flash_map: Add option to use MBEDTLS for img integrity check. 2021-11-24 21:52:08 -05:00
task_wdt task_wdt: fix overflow in current_ticks making wdt get stuck 2021-11-22 20:22:11 -05:00
testsuite testsuite: ztest: Do logging flush only when default thread is used 2021-11-29 10:34:22 -05:00
timing
tracing Tracing: k_free tracing hook heap reference added 2021-11-16 09:45:01 -05:00
usb net: buf: POOL_FIXED_DEFINE explicit user data 2021-11-24 16:04:50 +02:00
CMakeLists.txt
Kconfig