diff --git a/src/devices/wimax/bs-net-device.cc b/src/devices/wimax/bs-net-device.cc index 3a09a19c3..354d439ef 100644 --- a/src/devices/wimax/bs-net-device.cc +++ b/src/devices/wimax/bs-net-device.cc @@ -962,10 +962,7 @@ BaseStationNetDevice::SendBursts (void) { if (m_serviceFlowManager->GetServiceFlow (cid) != 0) { - if (m_serviceFlowManager->GetServiceFlow (cid)->GetIsMulticast () == true) - { - modulationType = GetBurstProfileManager ()->GetModulationType (diuc, WimaxNetDevice::DIRECTION_DOWNLINK); - } + modulationType = GetBurstProfileManager ()->GetModulationType (diuc, WimaxNetDevice::DIRECTION_DOWNLINK); } else {