Home
last modified time | relevance | path

Searched refs:FailTxRateCount (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/rtl8187se/
Dr8180_dm.c672 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 …]
Dr8180.h641 u8 FailTxRateCount; member
Dr8180_core.c4311 priv->FailTxRateCount=0;