tests: Update prefer_vht40 throughput estimation

Match the updated max_ht40_rate() estimation with VHT.

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2020-03-21 19:33:38 +02:00
parent 22f0318dbd
commit 275509ee67

View 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")