mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-20 19:12:33 +01:00
auto-t: Drop RSSI even lower
The VHT AP reports NSS:8, so it is still highly preferred even in very low signal situations.
This commit is contained in:
parent
6f99368935
commit
de83176b04
@ -83,12 +83,12 @@ class Test(unittest.TestCase):
|
||||
self.do_connect(wd, device, vht_hostapd)
|
||||
|
||||
# lower VHT BSS signal, HT should now be preferred
|
||||
rule0.signal = -7900
|
||||
rule0.signal = -8200
|
||||
|
||||
self.do_connect(wd, device, ht_hostapd)
|
||||
|
||||
# lower HT BSS signal, basic rate BSS should now be preferred
|
||||
rule1.signal = -7400
|
||||
rule1.signal = -7600
|
||||
|
||||
self.do_connect(wd, device, non_ht_hostapd)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user