Searched refs:CurrTxRateIndex (Results 1 - 3 of 3) 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.c1974 CurrRateIdx = pEntry->CurrTxRateIndex;
1995 pEntry->CurrTxRateIndex = InitTxRateIdx;
2193 pEntry->CurrTxRateIndex = TxRateIdx;
2196 pTable[(pEntry->CurrTxRateIndex + 1) * 5];
2253 pEntry->CurrTxRateIndex = DownRateIdx;
2257 pEntry->CurrTxRateIndex = UpRateIdx;
2263 if (pEntry->CurrTxRateIndex > CurrRateIdx) {
2288 else if (pEntry->CurrTxRateIndex < CurrRateIdx) {
2292 pEntry->TxQuality[pEntry->CurrTxRateIndex] = 0;
2293 pEntry->PER[pEntry->CurrTxRateIndex]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dassoc.c1574 &pEntry->CurrTxRateIndex);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h1593 u8 CurrTxRateIndex; member in struct:rt_mac_table_entry

Completed in 192 milliseconds