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

ap_vht160_no_ht40 fails with this message.

---------------
wlan0: Country code not reset back to 00: is ZA
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_vht.py