zephyr/subsys/net/l2/ieee802154
Florian Grandel c88e5360b1 net: l2: ieee802154: fix settings order
In the IEEE 802.15.4 area certain settings must be set before
net_if_up() may be called (e.g. the channel).

Also net_if_up() may not be called if
CONFIG_IEEE802154_NET_IF_NO_AUTO_START=y.

This fixes the set-up order and handling of
CONFIG_IEEE802154_NET_IF_NO_AUTO_START.

Signed-off-by: Florian Grandel <fgrandel@code-for-humans.de>
2023-09-09 05:18:41 -04:00
..
CMakeLists.txt
Kconfig
Kconfig.radio
ieee802154.c net: l2: ieee802154: fix settings order 2023-09-09 05:18:41 -04:00
ieee802154_6lo.c
ieee802154_6lo.h
ieee802154_6lo_fragment.c net: rename shadow variables 2023-08-10 08:14:43 +00:00
ieee802154_6lo_fragment.h
ieee802154_frame.c
ieee802154_frame.h
ieee802154_mgmt.c net: l2: ieee802154: mgmt: fix locking issue 2023-09-09 05:18:41 -04:00
ieee802154_mgmt_priv.h
ieee802154_priv.h
ieee802154_radio_aloha.c
ieee802154_radio_csma_ca.c
ieee802154_security.c
ieee802154_security.h
ieee802154_shell.c
ieee802154_utils.h