From: Jouni Malinen Date: Tue, 6 Jun 2023 14:02:51 +0000 (+0300) Subject: tests: Fix the previous update of the regulatory database to VMs X-Git-Tag: hostap_2_11~1158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=829f3cd2b21a60c9c5255ff5b6a4fb0ee0572d0a;p=thirdparty%2Fhostap.git tests: Fix the previous update of the regulatory database to VMs The last update of the wireless-regdb database to the wireless-regdb.git version of 2023-02-13 in commit c4034a69fea1 ("tests: Update regulatory database to VMs") forgot to update regulatory.db.p7s. Update it as well. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_mbo.py b/tests/hwsim/test_mbo.py index ce35dea38..2f90c0f6a 100644 --- a/tests/hwsim/test_mbo.py +++ b/tests/hwsim/test_mbo.py @@ -171,7 +171,7 @@ def test_mbo_supp_oper_classes_us(dev, apdev): def test_mbo_supp_oper_classes_jp(dev, apdev): """MBO and supported operating classes (JP)""" run_mbo_supp_oper_class(dev, apdev, "JP", - "51525354737475767778797a7b808182", True) + "51525354737475767778797a7b8081838482", True) def test_mbo_supp_oper_classes_bd(dev, apdev): """MBO and supported operating classes (BD)""" diff --git a/tests/hwsim/vm/regdb/regulatory.db.p7s b/tests/hwsim/vm/regdb/regulatory.db.p7s index 4facfea9d..6d98f2519 100644 Binary files a/tests/hwsim/vm/regdb/regulatory.db.p7s and b/tests/hwsim/vm/regdb/regulatory.db.p7s differ