From 448931b099d77d71001b50d08ff9e432d386fc7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Sun, 13 Aug 2023 21:36:23 +0200 Subject: [PATCH] wifi: Remove accidental return causing some tests to be disabled --- src/wifi/test/wifi-test.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wifi/test/wifi-test.cc b/src/wifi/test/wifi-test.cc index eddd8eeef..4c83e9c37 100644 --- a/src/wifi/test/wifi-test.cc +++ b/src/wifi/test/wifi-test.cc @@ -1185,7 +1185,6 @@ SetChannelFrequencyTest::DoRun() staDevice = wifi.Install(phy, macSta, wifiStaNode.Get(0)); phySta = GetYansWifiPhyPtr(staDevice); phySta->SetAttribute("ChannelSettings", StringValue("{3, 20, BAND_2_4GHZ, 0}")); - return; // Post-install reconfiguration to a 40 MHz channel std::ostringstream path; path << "/NodeList/*/DeviceList/" << staDevice.Get(0)->GetIfIndex()