lr-wpan: Fix missing PHY initialization

This commit is contained in:
Alberto Gallegos Ramonet
2025-01-07 18:31:43 +09:00
parent 2a7865cddb
commit c5ed16b05f

View File

@@ -106,6 +106,7 @@ LrWpanNetDevice::DoInitialize()
{
NS_LOG_FUNCTION(this);
m_phy->Initialize();
AggregateObject(m_mac);
CompleteConfig();