mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-18 19:14:54 +00:00
create_station: Remove unused argument
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
@@ -167,16 +167,6 @@ def main():
|
|||||||
radio=args.radio)
|
radio=args.radio)
|
||||||
|
|
||||||
print("station_list {}".format(station_list))
|
print("station_list {}".format(station_list))
|
||||||
set_txo_data = {
|
|
||||||
"txo_enable": 1,
|
|
||||||
"txpower": 255,
|
|
||||||
"pream": 0,
|
|
||||||
"mcs": 0,
|
|
||||||
"nss": 0,
|
|
||||||
"bw": 3,
|
|
||||||
"retries": 1,
|
|
||||||
"sgi": 0
|
|
||||||
}
|
|
||||||
|
|
||||||
create_station = CreateStation(_host=args.mgr,
|
create_station = CreateStation(_host=args.mgr,
|
||||||
_port=args.mgr_port,
|
_port=args.mgr_port,
|
||||||
|
|||||||
Reference in New Issue
Block a user