lf_cisco_snp.py : corrected naming bug fix

This commit is contained in:
Chuck SmileyRekiere
2020-11-08 13:47:12 -07:00
parent 41f1de6c9d
commit 72e6dbb22c

View File

@@ -1586,7 +1586,7 @@ TODO: Radio descriptions in realm , the 1. refers to the chassi hopefully corres
cisco_args.cisco_chan = cisco_chan_24ghz
cisco_args.cisco_chan_width = cisco_chan_width
cisco_args.cisco_ap_mode = cisco_ap_mode
cisco_args.cisco_tx_power = cisco_tx_power
cisco_args.controller_set_tx_power = cisco_tx_power
print(cisco_args)
cisco = cisco_(cisco_args)