Searched refs:TxPower (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.c39 /* 2.4 Ghz channel plan index in the TxPower arrays. */
59 /* 5 Ghz channel plan index in the TxPower arrays. */
124 &pAd->TxPower[BG_BAND_REGION_0_START],
131 &pAd->TxPower[BG_BAND_REGION_1_START],
138 &pAd->TxPower[BG_BAND_REGION_2_START],
145 &pAd->TxPower[BG_BAND_REGION_3_START],
152 &pAd->TxPower[BG_BAND_REGION_4_START],
159 &pAd->TxPower[BG_BAND_REGION_5_START],
166 &pAd->TxPower[BG_BAND_REGION_6_START],
173 &pAd->TxPower[BG_BAND_REGION_7_STAR
[all...]
H A Drtmp_init.c461 pAd->TxPower[i * 2].Channel = i * 2 + 1;
462 pAd->TxPower[i * 2 + 1].Channel = i * 2 + 2;
465 pAd->TxPower[i * 2].Power = DEFAULT_RF_TX_POWER;
467 pAd->TxPower[i * 2].Power = Power.field.Byte0;
470 pAd->TxPower[i * 2 + 1].Power = DEFAULT_RF_TX_POWER;
472 pAd->TxPower[i * 2 + 1].Power = Power.field.Byte1;
475 pAd->TxPower[i * 2].Power2 = DEFAULT_RF_TX_POWER;
477 pAd->TxPower[i * 2].Power2 = Power2.field.Byte0;
480 pAd->TxPower[i * 2 + 1].Power2 = DEFAULT_RF_TX_POWER;
482 pAd->TxPower[
[all...]
H A Drt_channel.c1475 if (channel == pAd->TxPower[l].Channel) {
1477 pAd->TxPower[l].Power;
1479 pAd->TxPower[l].Power2;
H A Dcmm_asic.c646 /* in ChannelList, so use TxPower array instead. */
649 if (Channel == pAd->TxPower[index].Channel) {
650 TxPwer = pAd->TxPower[index].Power;
651 TxPwer2 = pAd->TxPower[index].Power2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/winbond/
H A Dsme_api.h144 void sme_get_tx_power_level(void *pcore_data, u32 *TxPower);
145 u8 sme_set_tx_power_level(void *pcore_data, u32 TxPower);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Drtmp.h1229 u8 TxPower; /* in unit of mW */ member in struct:rt_common_config
1892 struct rt_channel_tx_power TxPower[MAX_NUM_OF_CHANNELS]; /* Store Tx power value for all channels. */ member in struct:rt_rtmp_adapter

Completed in 122 milliseconds