Searched refs:TxPRR (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dmlme.c2675 unsigned long TxOkCnt, TxCnt, TxPER, TxPRR; local
2708 TxPRR = 0;
2711 TxPRR = ((TxCnt - OneSecTxNoRetryOkCount) * 100) / TxCnt;
2741 /* ChannelQuality = W1*RSSI + W2*TxPRR + W3*RxPER (RSSI 0..100), (TxPER 100..0), (RxPER 100..0) */
2743 TX_WEIGHTING * (100 - TxPRR) +

Completed in 50 milliseconds