wifi: pass unordered_map by const ref.
This commit is contained in:
@@ -320,7 +320,7 @@ WifiPhyStateHelper::LogPreviousIdleAndCcaBusyStates()
|
||||
|
||||
void
|
||||
WifiPhyStateHelper::SwitchToTx(Time txDuration,
|
||||
WifiConstPsduMap psdus,
|
||||
const WifiConstPsduMap& psdus,
|
||||
double txPowerDbm,
|
||||
const WifiTxVector& txVector)
|
||||
{
|
||||
|
||||
@@ -186,7 +186,7 @@ class WifiPhyStateHelper : public Object
|
||||
* \param txVector the TX vector for the transmission
|
||||
*/
|
||||
void SwitchToTx(Time txDuration,
|
||||
WifiConstPsduMap psdus,
|
||||
const WifiConstPsduMap& psdus,
|
||||
double txPowerDbm,
|
||||
const WifiTxVector& txVector);
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user