mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
treewide: cleanup code
- Remove some unused data fields - Fix a few typos in comments, etc [cleanup commit message] Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
8064e56899
commit
ba305bb2c2
7 changed files with 7 additions and 27 deletions
|
|
@ -212,8 +212,6 @@ int eval_probe_metric(struct probe_entry_s* probe_entry, ap* ap_entry) {
|
|||
|
||||
int band, score = 0;
|
||||
|
||||
dawnlog_debug_func("Entering...");
|
||||
|
||||
// TODO: Should RCPI be used here as well?
|
||||
band = get_band(probe_entry->freq);
|
||||
score = dawn_metric.initial_score[band];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue