tests: Update opclass 124 test to use opclass 125
This is needed to match the implementation change to map the 5 GHz channels 149-175 to the global operating class 125 instead of 124. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
ef5d2f9e8f
commit
b38f14e13d
1 changed files with 3 additions and 3 deletions
|
@ -1480,10 +1480,10 @@ def test_ap_ht_op_class_123(dev, apdev):
|
||||||
run_op_class(dev, apdev, "a", "104", "ZA", "[HT40-]", "-1", "5520", 123,
|
run_op_class(dev, apdev, "a", "104", "ZA", "[HT40-]", "-1", "5520", 123,
|
||||||
use_op_class=o)
|
use_op_class=o)
|
||||||
|
|
||||||
def test_ap_ht_op_class_124(dev, apdev):
|
def test_ap_ht_op_class_125_chan149(dev, apdev):
|
||||||
"""HT20 on operating class 124"""
|
"""HT20 on operating class 125 with channel 149"""
|
||||||
for o in [False, True]:
|
for o in [False, True]:
|
||||||
run_op_class(dev, apdev, "a", "149", "US", "", "0", "5745", 124,
|
run_op_class(dev, apdev, "a", "149", "US", "", "0", "5745", 125,
|
||||||
use_op_class=o)
|
use_op_class=o)
|
||||||
|
|
||||||
def test_ap_ht_op_class_125(dev, apdev):
|
def test_ap_ht_op_class_125(dev, apdev):
|
||||||
|
|
Loading…
Reference in a new issue