wifi: Cleanup more logs in getters
This commit is contained in:
committed by
Sébastien Deronne
parent
2fc41e5a99
commit
691c75fbfd
@@ -821,7 +821,6 @@ HtPhy::GetMaxPsduSize() const
|
||||
PhyEntity::CcaIndication
|
||||
HtPhy::GetCcaIndication(const Ptr<const WifiPpdu> ppdu)
|
||||
{
|
||||
NS_LOG_FUNCTION(this);
|
||||
if (m_wifiPhy->GetChannelWidth() < 40)
|
||||
{
|
||||
return OfdmPhy::GetCcaIndication(ppdu);
|
||||
|
||||
@@ -583,8 +583,6 @@ VhtPhy::GetCcaThreshold(const Ptr<const WifiPpdu> ppdu, WifiChannelListType chan
|
||||
PhyEntity::CcaIndication
|
||||
VhtPhy::GetCcaIndication(const Ptr<const WifiPpdu> ppdu)
|
||||
{
|
||||
NS_LOG_FUNCTION(this);
|
||||
|
||||
if (m_wifiPhy->GetChannelWidth() < 80)
|
||||
{
|
||||
return HtPhy::GetCcaIndication(ppdu);
|
||||
|
||||
@@ -753,7 +753,6 @@ WifiPhy::GetPhyEntityForPpdu(const Ptr<const WifiPpdu> ppdu) const
|
||||
void
|
||||
WifiPhy::AddStaticPhyEntity(WifiModulationClass modulation, Ptr<PhyEntity> phyEntity)
|
||||
{
|
||||
NS_LOG_FUNCTION(modulation);
|
||||
NS_ASSERT_MSG(GetStaticPhyEntities().find(modulation) == GetStaticPhyEntities().end(),
|
||||
"The PHY entity has already been added. The setting should only be done once per "
|
||||
"modulation class");
|
||||
|
||||
Reference in New Issue
Block a user