wifi: Fix clang-tidy-18 warning

This commit is contained in:
Stefano Avallone
2024-07-02 14:13:31 +02:00
parent 2f76d5ef1d
commit ef6fd8ae36

View File

@@ -2471,7 +2471,7 @@ Experiment::Run(const WifiHelper& helper,
phy.SetPcapDataLinkType(WifiPhyHelper::DLT_IEEE802_11_RADIO);
WifiMacHelper mac = wifiMac;
WifiHelper wifi = helper;
const auto& wifi = helper;
NetDeviceContainer devices;
uint32_t nNodes = wifiNodes.GetN();
if (infra)