mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-09 08:22:42 +01:00
station: remove signal_low check for FT-over-DS
If the AP advertises FT-over-DS support it likely wants us to use it. Additionally signal_low is probably going to be true since IWD has started a roam attempt.
This commit is contained in:
parent
61c804f5b2
commit
7e95480094
@ -2015,8 +2015,7 @@ static void station_transition_start(struct station *station,
|
|||||||
vendor_ies = network_info_get_extra_ies(info, bss, &iov_elems);
|
vendor_ies = network_info_get_extra_ies(info, bss, &iov_elems);
|
||||||
handshake_state_set_vendor_ies(hs, vendor_ies, iov_elems);
|
handshake_state_set_vendor_ies(hs, vendor_ies, iov_elems);
|
||||||
|
|
||||||
/* FT-over-DS can be better suited for these situations */
|
if ((hs->mde[4] & 1)) {
|
||||||
if ((hs->mde[4] & 1) && station->signal_low) {
|
|
||||||
ret = netdev_fast_transition_over_ds(station->netdev,
|
ret = netdev_fast_transition_over_ds(station->netdev,
|
||||||
bss, station->connected_bss,
|
bss, station->connected_bss,
|
||||||
station_fast_transition_cb);
|
station_fast_transition_cb);
|
||||||
|
Loading…
Reference in New Issue
Block a user