[PATCH] tests/hwsim/test_rrm.py: from test_ap_vht import vht_supported

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



to fix following issue
------------
rrm_beacon_req_table_vht run failed: global name 'vht_supported' is not defined
------------

Signed-off-by: Li Zhijian <lizhijian@xxxxxxxxxxxxxx>
---
 tests/hwsim/test_rrm.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/hwsim/test_rrm.py b/tests/hwsim/test_rrm.py
index 39c558b..56b35a3 100644
--- a/tests/hwsim/test_rrm.py
+++ b/tests/hwsim/test_rrm.py
@@ -19,6 +19,7 @@ from wpasupplicant import WpaSupplicant
 from utils import HwsimSkip, alloc_fail, fail_test, wait_fail_trigger
 from test_ap_ht import clear_scan_cache
 from remotehost import remote_compatible
+from test_ap_vht import vht_supported
 
 def check_rrm_support(dev):
     rrm = int(dev.get_driver_status_field("capa.rrm_flags"), 16)
-- 
2.7.4




_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux