Squash scan results of the same channel & tsp
1 unresolved thread
1 unresolved thread
Signed-off-by: Filip Matusiak filip.matusiak@iopsys.eu
Merge request reports
Activity
assigned to @filmat
requested review from @filmat
2889 2897 2890 /* add channel element to the list */ 2891 list_add(&ch->list, &op->channel_scanlist); 2892 op->num_channels_scanned++; 2898 /* channel */ 2899 ch->channel = tlv->channel; 2893 2900 2894 /* channel */ 2895 ch->channel = tlv->channel; 2901 /* Initialize nbrlist for this channel of current measurement */ 2902 ch->num_neighbors = 0; 2903 INIT_LIST_HEAD(&ch->nbrlist); 2904 } 2896 2905 2897 2906 /* tsp */ 2907 // TODO: compare tsp before squashing neighbors
Please register or sign in to reply