Delete comments

This commit is contained in:
PolynomialDivision 2017-09-18 18:38:06 +02:00
parent f0f5534c82
commit 9280a2db85
3 changed files with 5 additions and 16 deletions

View file

@ -140,10 +140,10 @@ static int decide_function(probe_entry *prob_req) {
return 0;
}
if(better_ap_available(prob_req->bssid_addr, prob_req->client_addr))
/*if(better_ap_available(prob_req->bssid_addr, prob_req->client_addr))
{
return 0;
}
}*/
return 1;
}