mesh: Introduction of Ht/Vht/HeConfiguration not accounted for in MeshHelper
This commit is contained in:
committed by
Sébastien Deronne
parent
66f7d806ab
commit
cf032c5519
@@ -179,6 +179,7 @@ MeshHelper::CreateInterface (const WifiPhyHelper &phyHelper, Ptr<Node> node, uin
|
||||
Ptr<MeshWifiInterfaceMac> mac = m_mac.Create<MeshWifiInterfaceMac> ();
|
||||
NS_ASSERT (mac != 0);
|
||||
mac->SetSsid (Ssid ());
|
||||
mac->SetDevice (device);
|
||||
Ptr<WifiRemoteStationManager> manager = m_stationManager.Create<WifiRemoteStationManager> ();
|
||||
NS_ASSERT (manager != 0);
|
||||
Ptr<WifiPhy> phy = phyHelper.Create (node, device);
|
||||
|
||||
Reference in New Issue
Block a user