Searched refs:TxPowerPercentage (Results 1 - 6 of 6) 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 Dcmm_sync.c420 pAd->CommonCfg.TxPowerPercentage = 6;
422 pAd->CommonCfg.TxPowerPercentage = 10;
424 pAd->CommonCfg.TxPowerPercentage = 25;
426 pAd->CommonCfg.TxPowerPercentage = 50;
428 pAd->CommonCfg.TxPowerPercentage = 75;
430 pAd->CommonCfg.TxPowerPercentage = 100; /*else used maximum */
432 if (pAd->CommonCfg.TxPowerPercentage > pAd->CommonCfg.TxPowerDefault)
433 pAd->CommonCfg.TxPowerPercentage =
H A Dspectrum.c318 if (pAd->CommonCfg.TxPowerPercentage > 90) ;
319 else if (pAd->CommonCfg.TxPowerPercentage > 60) /* reduce Pwr for 1 dB. */
321 else if (pAd->CommonCfg.TxPowerPercentage > 30) /* reduce Pwr for 3 dB. */
323 else if (pAd->CommonCfg.TxPowerPercentage > 15) /* reduce Pwr for 6 dB. */
325 else if (pAd->CommonCfg.TxPowerPercentage > 9) /* reduce Pwr for 9 dB. */
H A Dcmm_asic.c1046 1. TxPowerPercentage
1203 if (pAd->CommonCfg.TxPowerPercentage == 0xffffffff) /* AUTO TX POWER control */
1213 } else if (pAd->CommonCfg.TxPowerPercentage > 90) /* 91 ~ 100% & AUTO, treat as 100% in terms of mW */
1215 else if (pAd->CommonCfg.TxPowerPercentage > 60) /* 61 ~ 90%, treat as 75% in terms of mW // DeltaPwr -= 1; */
1218 } else if (pAd->CommonCfg.TxPowerPercentage > 30) /* 31 ~ 60%, treat as 50% in terms of mW // DeltaPwr -= 3; */
1221 } else if (pAd->CommonCfg.TxPowerPercentage > 15) /* 16 ~ 30%, treat as 25% in terms of mW // DeltaPwr -= 6; */
1224 } else if (pAd->CommonCfg.TxPowerPercentage > 9) /* 10 ~ 15%, treat as 12.5% in terms of mW // DeltaPwr -= 9; */
H A Drtmp_init.c2573 pAd->CommonCfg.TxPowerPercentage = 0xffffffff; /* AUTO */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dsync.c1022 pAd->CommonCfg.TxPowerPercentage =
1277 pAd->CommonCfg.TxPowerPercentage =
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h1230 unsigned long TxPowerPercentage; /* 0~100 % */ member in struct:rt_common_config
1231 unsigned long TxPowerDefault; /* keep for TxPowerPercentage */

Completed in 150 milliseconds