zephyr/subsys/net
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
..
ip kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
l2 kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
lib net: config: ensure counter k_sem init'd before reset 2021-03-06 07:39:43 -05:00
buf.c net: buf: Simplify querying maximum len 2021-02-22 19:33:16 +02:00
CMakeLists.txt
hostname.c net: hostname: Update unique hostname on link address change 2021-01-13 17:50:32 +02:00
Kconfig power: standarize PM Kconfigs and cleanup 2020-12-09 15:18:29 -05:00
Kconfig.hostname net: hostname: Update unique hostname on link address change 2021-01-13 17:50:32 +02:00
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net