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

p2p_channel_5ghz_only 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_p2p_channel.py