wifi: Fix small typo in VhtOperation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user