Searched refs:MaxTxRate (Results 1 - 2 of 2) 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.c1083 if (pAd->CommonCfg.MaxTxRate <= RATE_11) {
1087 } else if ((pAd->CommonCfg.MaxTxRate > RATE_11)
1833 CommonCfg.TxRate will change dynamically within {RATE_1/RATE_6, MaxTxRate}
3124 pAd->CommonCfg.MaxTxRate = MaxSupport;
3126 pAd->CommonCfg.MaxTxRate = MaxDesire;
3143 pAd->CommonCfg.TxRate = pAd->CommonCfg.MaxTxRate;
3150 /* should never exceed MaxTxRate (consider 11B-only mode) */
3151 if (pAd->CommonCfg.TxRate > pAd->CommonCfg.MaxTxRate)
3152 pAd->CommonCfg.TxRate = pAd->CommonCfg.MaxTxRate;
3156 pAd->CommonCfg.TxRate = pAd->CommonCfg.MaxTxRate;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h1216 u8 MaxTxRate; /* RATE_1, RATE_2, RATE_5_5, RATE_11 */ member in struct:rt_common_config

Completed in 157 milliseconds