wifi: (fixes #2606) Ideal manager checks the remote station is HT/VHT compatible when searching for modes
This commit is contained in:
@@ -279,7 +279,8 @@ IdealWifiManager::DoGetDataTxVector (WifiRemoteStation *st)
|
||||
}
|
||||
else
|
||||
{
|
||||
if (HasVhtSupported () == true || HasHtSupported () == true)
|
||||
if ((HasVhtSupported () == true || HasHtSupported () == true)
|
||||
&& (GetHtSupported (st) == true || GetVhtSupported (st) == true))
|
||||
{
|
||||
for (uint32_t i = 0; i < GetNMcsSupported (station); i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user