]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Fix ap_acs_5ghz_40mhz false negative by using common finalizer
authorMasashi Honma <masashi.honma@gmail.com>
Thu, 27 Jun 2019 05:44:46 +0000 (14:44 +0900)
committerJouni Malinen <j@w1.fi>
Tue, 30 Jul 2019 20:46:31 +0000 (23:46 +0300)
commit07b60dfa42c3a08f1810ebe18e53c554dfa9e65c
treec397221234c86f67627b0bf735f52de92a895b86
parent29fe92b173674510e15a8c0c90d9538af5ffc58e
tests: Fix ap_acs_5ghz_40mhz false negative by using common finalizer

ap_acs_5ghz_40mhz fails with this message:

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

hostap commit 91b6eba7732354ed3dfe0aa9715dc4c0746e3336
'Move MAC address randomization enable/disable to helper functions'.

wireless-testing commit 66c112cbd1d44d05322bb4eef908c82a68adbb5e
tag: wt-2019-06-26.

This patch fixes the issue.

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