From cf032c55198106b681e1e040732e48c20ae7fed0 Mon Sep 17 00:00:00 2001 From: Getachew Redieteab Date: Wed, 2 Jan 2019 21:11:53 +0100 Subject: [PATCH] mesh: Introduction of Ht/Vht/HeConfiguration not accounted for in MeshHelper --- src/mesh/helper/mesh-helper.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesh/helper/mesh-helper.cc b/src/mesh/helper/mesh-helper.cc index 80fd1bac7..2db1c43f7 100644 --- a/src/mesh/helper/mesh-helper.cc +++ b/src/mesh/helper/mesh-helper.cc @@ -179,6 +179,7 @@ MeshHelper::CreateInterface (const WifiPhyHelper &phyHelper, Ptr node, uin Ptr mac = m_mac.Create (); NS_ASSERT (mac != 0); mac->SetSsid (Ssid ()); + mac->SetDevice (device); Ptr manager = m_stationManager.Create (); NS_ASSERT (manager != 0); Ptr phy = phyHelper.Create (node, device);