Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

[net] Fix for #1507 - Default ble address #1514

Merged
merged 1 commit into from
Sep 1, 2017

Conversation

brianjjones
Copy link
Contributor

The default address was actually being set, but there
were other methods being called that have been moved
to the main file, and needed to be removed otherwise it caused
havoc.

Signed-off-by: Brian J Jones [email protected]

The default address was actually being set, but there
were other methods being called that have been moved
to the main file, and needed to be removed otherwise it caused
havoc.

Signed-off-by: Brian J Jones <[email protected]>
@@ -33,9 +33,6 @@ void zjs_net_config_default(void)
#ifdef CONFIG_NET_L2_BLUETOOTH
if (!net_ble_enabled) {
zjs_init_ble_address();
ipss_init();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are now called in main.c:212. Calling them here causes net to hang.

@grgustaf
Copy link
Contributor

grgustaf commented Sep 1, 2017

+1

@grgustaf grgustaf merged commit d04ae00 into intel:master Sep 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants