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

prefer_vht40 fails with this message.

---------------
wlan0: Country code not reset back to 00: is FI
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