Bugzilla – Attachment #2963: patch to fix for bug #2827
for (uint32_t i = 0; i < m_phy->GetNBssMembershipSelectors (); i++)
{
uint32_t selector = m_phy->GetBssMembershipSelector (i);
if (!rates.IsSupportedRate (selector))
if (!rates.IsBssMembershipSelectorRate (selector))
return;
}