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

ap_vht80_invalid 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_ap_vht.py