]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Update prefer_vht40 throughput estimation
authorJouni Malinen <j@w1.fi>
Sat, 21 Mar 2020 17:33:38 +0000 (19:33 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 21 Mar 2020 17:33:38 +0000 (19:33 +0200)
Match the updated max_ht40_rate() estimation with VHT.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_vht.py

index 76257c79bfb11095a863c7ea27dc2e0b68a7c26b..523c9c04ba8b96269f6563ac77742ed925688fc5 100644 (file)
@@ -1041,7 +1041,7 @@ def test_prefer_vht40(dev, apdev):
             raise Exception("Unexpected BSS0 est_throughput: " + est)
 
         est = dev[0].get_bss(bssid2)['est_throughput']
-        if est != "135001":
+        if est != "180001":
             raise Exception("Unexpected BSS1 est_throughput: " + est)
     finally:
         dev[0].request("DISCONNECT")