wifi: Fix small typo in VhtOperation

This commit is contained in:
Sébastien Deronne
2017-11-20 19:29:12 +01:00
parent eee3abfab4
commit d126888fe4

View File

@@ -46,7 +46,7 @@ VhtOperation::SetVhtSupported (uint8_t vhtsupported)
uint8_t
VhtOperation::GetInformationFieldSize () const
{
//we should not be here if ht is not supported
//we should not be here if vht is not supported
NS_ASSERT (m_vhtSupported > 0);
return 5;
}