]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix ap_ht40_5ghz_invalid_pair false negative by using common finalizer
authorMasashi Honma <masashi.honma@gmail.com>
Tue, 25 Jun 2019 01:50:45 +0000 (10:50 +0900)
committerJouni Malinen <j@w1.fi>
Wed, 26 Jun 2019 17:42:20 +0000 (20:42 +0300)
commitb3c8e02966b50d0e87b224940daa68caccaf46e7
tree04dec4c8aa1f4e04559be31fb77ba853e7343c8f
parent4f89533054572c1f3e5e3567d249a72a4f5d69e0
tests: Fix ap_ht40_5ghz_invalid_pair false negative by using common finalizer

ap_ht40_5ghz_invalid_pair fails with this message.

---------------
wlan0: Country code not reset back to 00: is US
wlan0: Country code cleared back to 00
---------------

This patch fixes the issue.

Signed-off-by: Masashi Honma <masashi.honma@gmail.com>
tests/hwsim/test_ap_ht.py