3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-05 19:08:52 +02:00

device: Set current BSS rank to 0 if not in scan results

If we're adding the BSS to the list only because it is the current BSS,
set the rank to 0 (lowest possible value) in case the list gets used in
the next Connect call.
This commit is contained in:
Andrew Zaborowski 2017-08-14 14:31:21 +02:00 committed by Denis Kenzior
parent 6e03933e62
commit 0cd18a0214

View File

@ -355,6 +355,7 @@ void device_set_scan_results(struct device *device, struct l_queue *bss_list)
if (!bss) {
l_warn("Connected BSS not in scan results!");
device->connected_bss->rank = 0;
l_queue_push_tail(device->bss_list,
device->connected_bss);
network_bss_add(device->connected_network,