zephyr/subsys/net/lib/config
Michael Scott 309da27394 net: config: init: fix NET_NATIVE=n behavior
commit e3dc05f14d ("net: config: Wait network interface to come up")
introduced check_interface() function, which accidentally has 2
different signatures depending on CONFIG_NET_NATIVE selection.

Let's fix the second signature to be correct.

Fixes: https://github.com/zephyrproject-rtos/zephyr/issues/22693

Signed-off-by: Michael Scott <mike@foundries.io>
2020-02-10 23:31:05 +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: init: fix NET_NATIVE=n behavior 2020-02-10 23:31:05 +02:00
Kconfig kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00