wlan_capacity_calculator autopep8

Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
Matthew Stidham
2021-11-10 14:59:41 -08:00
parent 36e07e745e
commit d3023a5d2d

View File

@@ -217,7 +217,6 @@ def main():
else: else:
rtscts_name = 'No' rtscts_name = 'No'
except Exception as e: except Exception as e:
logging.exception(e) logging.exception(e)
exit(2) exit(2)
@@ -239,8 +238,7 @@ def main():
Station2.get_result() Station2.get_result()
if "11ac" in Calculator_name: if "11ac" in Calculator_name:
Station3 = wlan_theoretical_sta.ac11_calculator(traffic_name, data_name, spatial_name, channel_name, guard_name, highest_name, Station3 = wlan_theoretical_sta.ac11_calculator(traffic_name, data_name, spatial_name, channel_name, guard_name, highest_name,
encryption_name encryption_name, qos_name, ip_name, mc_name, basic_name, mac_name,
, qos_name, ip_name, mc_name, basic_name, mac_name,
codec_name, cwin_name, rtscts_name) codec_name, cwin_name, rtscts_name)
Station3.calculate() Station3.calculate()
Station3.get_result() Station3.get_result()