From ef10fa88780dfcffbaf05af9d13eca904bc0ba29 Mon Sep 17 00:00:00 2001 From: Matthew Stidham Date: Wed, 24 Nov 2021 13:27:24 -0800 Subject: [PATCH] create_station: Remove unused argument Signed-off-by: Matthew Stidham --- py-scripts/create_station.py | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/py-scripts/create_station.py b/py-scripts/create_station.py index 7bfa0af8..78feaa9b 100755 --- a/py-scripts/create_station.py +++ b/py-scripts/create_station.py @@ -167,16 +167,6 @@ def main(): radio=args.radio) 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, _port=args.mgr_port,