File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -481,10 +481,9 @@ static void ws_bootstrap_primary_parent_set(struct protocol_interface_info_entry
481
481
482
482
memcpy (& fhss_configuration , ns_fhss_ws_configuration_get (cur -> ws_info -> fhss_api ), sizeof (fhss_ws_configuration_t ));
483
483
484
- ws_fhss_set_defaults (cur , & fhss_configuration );
485
-
486
484
// Learning broadcast network configuration
487
485
if (neighbor_info -> ws_neighbor -> broadcast_shedule_info_stored ) {
486
+ ws_fhss_set_defaults (cur , & fhss_configuration );
488
487
fhss_configuration .ws_bc_channel_function = neighbor_info -> ws_neighbor -> fhss_data .bc_timing_info .broadcast_channel_function ;
489
488
if (fhss_configuration .ws_bc_channel_function == WS_FIXED_CHANNEL ) {
490
489
cur -> ws_info -> hopping_schdule .bc_fixed_channel = neighbor_info -> ws_neighbor -> fhss_data .bc_timing_info .fixed_channel ;
You can’t perform that action at this time.
0 commit comments