We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d435b36 commit cf00a3aCopy full SHA for cf00a3a
src/wifi/model/wifi-phy-state-helper.cc
@@ -320,7 +320,7 @@ WifiPhyStateHelper::LogPreviousIdleAndCcaBusyStates()
320
321
void
322
WifiPhyStateHelper::SwitchToTx(Time txDuration,
323
- WifiConstPsduMap psdus,
+ const WifiConstPsduMap& psdus,
324
double txPowerDbm,
325
const WifiTxVector& txVector)
326
{
src/wifi/model/wifi-phy-state-helper.h
@@ -186,7 +186,7 @@ class WifiPhyStateHelper : public Object
186
* \param txVector the TX vector for the transmission
187
*/
188
void SwitchToTx(Time txDuration,
189
190
191
const WifiTxVector& txVector);
192
/**
0 commit comments