changes in kld walker

This commit is contained in:
toni
2018-07-12 11:11:11 +02:00
parent b50995ffe6
commit d96f0588c2
5 changed files with 23 additions and 13 deletions

View File

@@ -146,7 +146,7 @@ namespace WiFiOptimizer {
return false;
};
const APFilter MIN_2_FPS = [] (const Stats& stats, const MACAddress& mac) {
const APFilter MIN_2_FPS = [] (const Stats& stats, const MACAddress& mac) {
(void) mac;
return stats.usedFingerprins < 2;
};