Searched refs:TxRateIndex (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.c1982 /* When switch from Fixed rate -> auto rate, the REAL TX rate might be different from pAd->CommonCfg.TxRateIndex. */
2191 /* if (TxRateIdx != pAd->CommonCfg.TxRateIndex) */
2406 CurrRateIdx = pAd->CommonCfg.TxRateIndex;
2491 pAd->CommonCfg.TxRateIndex = DownRateIdx;
2497 pAd->CommonCfg.TxRateIndex = UpRateIdx;
2529 pAd->CommonCfg.TxRateIndex =
2545 pAd->CommonCfg.TxRateIndex = UpRateIdx;
2551 if (pAd->CommonCfg.TxRateIndex > CurrRateIdx) {
2562 else if (pAd->CommonCfg.TxRateIndex < CurrRateIdx) {
2565 CurrRateIdx, pAd->CommonCfg.TxRateIndex));
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dconnect.c1705 &pAd->CommonCfg.TxRateIndex);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h1217 u8 TxRateIndex; /* Tx rate index in RateSwitchTable */ member in struct:rt_common_config

Completed in 65 milliseconds