Home
last modified time | relevance | path

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

/drivers/staging/rtl8187se/
Dr8180_dm.c449 u32 TxThroughput; in StaRateAdaptive87SE() local
462 TxThroughput = (u32)(priv->NumTxOkBytesTotal - priv->LastTxOKBytes); in StaRateAdaptive87SE()
537 if ((CurrRetryRate > 25) && TxThroughput < priv->LastTxThroughput) { in StaRateAdaptive87SE()
870 priv->LastTxThroughput = TxThroughput; in StaRateAdaptive87SE()