Skip to content

Commit 523593e

Browse files
author
Juha Heiskanen
committed
Fixed Broken new channel mask update.
If node update domain class it channel mask must be update. Change-Id: I1b69717e3dcdcc5419728ac578aba0990bdc0bca
1 parent a3bcc2d commit 523593e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/6LoWPAN/ws/ws_bootstrap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ static int8_t ws_fhss_configure(protocol_interface_info_entry_t *cur, bool disco
515515

516516
if (ns_fhss_ws_configuration_get(cur->ws_info->fhss_api)) {
517517
memcpy(&fhss_configuration, ns_fhss_ws_configuration_get(cur->ws_info->fhss_api), sizeof(fhss_ws_configuration_t));
518+
ws_fhss_set_defaults(cur, &fhss_configuration);
518519
}
519520
// Discovery is done using fixed channel
520521
if (discovery) {

0 commit comments

Comments
 (0)