Bugzilla – Attachment #2790: Remove rate initialization at "half way" for bug #2656
if (!station->m_initialized)
{
CheckInit (station);
//start the rate at half way
station->m_txrate = station->m_nModes / 2;
}
WifiMode mode = GetSupported (station, station->m_txrate);
if (m_currentRate != mode.GetDataRate (channelWidth))