mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 19:58:03 +00:00
lf_cisco_dfs.py : fix dfs channels
This commit is contained in:
@@ -1631,7 +1631,7 @@ class L3VariableTime(Realm):
|
||||
logg.info("# FINAL CHANNEL : {}".format(final_channel))
|
||||
logg.info("###########################################")
|
||||
|
||||
dfs_channel_bw20_values = [52, 56, 60, 64, 68, 96, 100, 104, 108, 112, 116, 120, 124 ,128, 132, 136, 140, 144, 149, 153, 157, 161, 165, 169, 173]
|
||||
dfs_channel_bw20_values = [52, 56, 60, 64, 68, 96, 100, 104, 108, 112, 116, 120, 124 ,128, 132, 136, 140, 144]
|
||||
|
||||
pass_fail = "pass"
|
||||
if int(final_channel) in dfs_channel_bw20_values:
|
||||
|
||||
Reference in New Issue
Block a user