Searched refs:FailTxRateCount (Results 1 – 3 of 3) sorted by relevance
672 priv->FailTxRateCount = 0;811 else if((CurrRetryRate> (priv->LastRetryRate + 50 )) && (priv->FailTxRateCount >2 ))838 else if((CurrRetryRate> (priv->LastRetryRate + 50 )) && (priv->FailTxRateCount >2 ))873 else if((CurrRetryRate> (priv->LastRetryRate + 50 )) && (priv->FailTxRateCount >2 ))905 else if((CurrRetryRate> (priv->LastRetryRate + 50 )) && (priv->FailTxRateCount >2 ))982 …CurrentOperaRate != priv->ieee80211->current_network.HighestOperaRate && priv->FailTxRateCount < 2)1013 if((priv->TryupingCount > (TryUpTh + priv->FailTxRateCount * priv->FailTxRateCount)) ||1027 (priv->FailTxRateCount > 2) )1054 priv->FailTxRateCount = 0;1083 priv->FailTxRateCount ++;[all …]
641 u8 FailTxRateCount; member
4311 priv->FailTxRateCount=0;