Skip to content

Commit ff5e031

Browse files
maass-hamburgkartben
authored andcommitted
net: conn_mgr: set to unstable
Set connection manager to unstable. It is now used by multiple parts in zephyr and numerous samples. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
1 parent bad506e commit ff5e031

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

include/zephyr/net/conn_mgr_connectivity.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ extern "C" {
2626
* @brief Connection Manager Connectivity API
2727
* @defgroup conn_mgr_connectivity Connection Manager Connectivity API
2828
* @since 3.4
29-
* @version 0.1.0
29+
* @version 0.8.0
3030
* @ingroup networking
3131
* @{
3232
*/

include/zephyr/net/conn_mgr_connectivity_impl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ extern "C" {
2727
* @brief Connection Manager Connectivity Implementation API
2828
* @defgroup conn_mgr_connectivity_impl Connection Manager Connectivity Implementation API
2929
* @since 3.4
30-
* @version 0.1.0
30+
* @version 0.8.0
3131
* @ingroup conn_mgr_connectivity
3232
* @{
3333
*/

subsys/net/conn_mgr/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
menuconfig NET_CONNECTION_MANAGER
5-
bool "Network connection manager [EXPERIMENTAL]"
5+
bool "Network connection manager"
66
depends on NET_IPV6 || NET_IPV4
77
select NET_MGMT
88
select NET_MGMT_EVENT
99
select NET_MGMT_EVENT_INFO
10-
select EXPERIMENTAL
1110
help
1211
When enabled, this will start the connection manager that will
1312
listen to network interface and IP events in order to verify

0 commit comments

Comments
 (0)