Make probecounter part of the metric

This commit is contained in:
PolynomialDivision 2017-09-19 10:42:48 +02:00
parent b00123f19f
commit 81ecf9d161
4 changed files with 13 additions and 3 deletions

View file

@ -25,6 +25,7 @@ struct probe_metric_s {
int chan_util;
int max_chan_util;
int min_rssi;
int min_probe_count;
};
#define SORT_NUM 5