mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
typo
This commit is contained in:
parent
d77bc95597
commit
b29e039eee
1 changed files with 1 additions and 1 deletions
|
@ -369,7 +369,7 @@ int better_ap_available(uint8_t bssid_addr[], uint8_t client_addr[], int automat
|
|||
}
|
||||
if (dawn_metric.use_station_count && own_score == score_to_compare) {
|
||||
|
||||
// only compare if score is bigger or euqal 0
|
||||
// only compare if score is bigger or equal 0
|
||||
if(own_score >= 0) {
|
||||
|
||||
// if ap have same value but station count is different...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue