zephyr/subsys/net/lib/config
Robert Lubos 43f833800c net: config: Initialize semaphore before it's used
Functions like `setup_ipv4` or `setup_ipv6` might already use the
`counter` semaphore, therefore it should be initialized before these
functions are called.

As a result of this issue, the network stack could stall until timeout
under certain circumstances (e.g. when OpenThread was used).

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2019-12-13 14:42:26 +02:00
..
bt_settings.c Bluetooth: Use BT_GATT_SERVICE_DEFINE whenever possible 2019-05-02 08:29:23 +03:00
bt_settings.h subsystems: Rename reserved function names 2019-04-03 17:31:00 -04:00
CMakeLists.txt net: lib: config: Add SYS_INIT handler to set clock from SNTP 2019-10-28 13:04:35 +02:00
ieee802154_settings.c subsystems: Rename reserved function names 2019-04-03 17:31:00 -04:00
ieee802154_settings.h subsystems: Rename reserved function names 2019-04-03 17:31:00 -04:00
init_clock_sntp.c net: lib: config: Add SYS_INIT handler to set clock from SNTP 2019-10-28 13:04:35 +02:00
init.c net: config: Initialize semaphore before it's used 2019-12-13 14:42:26 +02:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00