variable-time: Remove redundant assignment.

Variable was over-written below, so remove the first assignment.

Signed-off-by: Ben Greear <greearb@candelatech.com>
This commit is contained in:
Ben Greear
2021-04-06 16:37:42 -07:00
parent 9c585d9bfc
commit 42d9f4375e

View File

@@ -89,8 +89,6 @@ class IPV4VariableTime(Realm, TestBase):
self.station_profile.set_command_param("set_port", "report_timer", 1500)
self.station_profile.set_command_flag("set_port", "rpt_timer", 1)
self.station_profile.use_ht160 = use_ht160
if self.station_profile.use_ht160:
self.station_profile.mode = 9
self.station_profile.mode = mode
if self.ap is not None:
self.station_profile.set_command_param("add_sta", "ap", self.ap)