mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
fix expected throughput
This commit is contained in:
parent
eac706067a
commit
eb92a74d5a
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ int get_expected_throughput_iwinfo(__uint8_t *client_addr) {
|
|||
|
||||
while ((entry = readdir(dirp)) != NULL) {
|
||||
if (entry->d_type == DT_SOCK) {
|
||||
exp_thr = get_rssi(entry->d_name, client_addr);
|
||||
exp_thr = get_expected_throughput(entry->d_name, client_addr);
|
||||
if (exp_thr != INT_MIN)
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue