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

ap_acs_vht160_scan_disable 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_acs.py