Searched refs:TxPER (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.c1829 This routine calculates the acumulated TxPER of eaxh TxRate. And
2656 This routine calculates TxPER, RxPER of the past N-sec period. And
2675 unsigned long TxOkCnt, TxCnt, TxPER, TxPRR; local
2707 TxPER = 0;
2710 TxPER = (OneSecTxFailCount * 100) / TxCnt;
2724 /* decide ChannelQuality based on: 1)last BEACON received time, 2)last RSSI, 3)TxPER, and 4)RxPER */
2741 /* ChannelQuality = W1*RSSI + W2*TxPRR + W3*RxPER (RSSI 0..100), (TxPER 100..0), (RxPER 100..0) */

Completed in 41 milliseconds