wifi: Fix WifiMode::IsAllowed for non-VHT mode
This commit is contained in:
@@ -96,12 +96,6 @@ WifiMode::IsAllowed (uint16_t channelWidth, uint8_t nss) const
|
||||
return false;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
//We should not go here!
|
||||
NS_ASSERT (false);
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user