zephyr/subsys/net/lib
James Harris 6fd147b612 net: config: ensure counter k_sem init'd before reset
check_interface resets the counter semaphore, but
net_config_init_by_iface first calls check_interface, then inits
the semaphore.

Initialize the semaphore up front to allow the k_sem_reset call
to work properly.

Signed-off-by: James Harris <james.harris@intel.com>
2021-03-06 07:39:43 -05:00
..
coap net: coap: acknowledgement initialization helper 2021-02-15 10:17:11 +02:00
config net: config: ensure counter k_sem init'd before reset 2021-03-06 07:39:43 -05:00
conn_mgr kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
dns net: dns: review use of k_work APIs 2021-01-04 10:01:47 +02:00
http license: add missing SPDX headers 2021-02-11 08:05:16 -05:00
lwm2m net: lwm2m: Initialize the variable to silence compiler warning 2021-03-04 14:53:05 -05:00
mqtt net: mqtt: log struct mqtt_utf8 with hexdump 2021-03-05 12:49:22 +02:00
openthread net: openthread: radio: switch to new API for k_work_pending 2021-03-04 18:00:56 -05:00
sntp net: sntp: Remove deprecated API function 2020-10-01 07:14:08 -05:00
sockets kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
socks cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
tftp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tls_credentials device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
utils
websocket kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
CMakeLists.txt net: openthread: Align Kconfig with cmake symbols 2020-08-18 15:57:14 +03:00
Kconfig