Home
last modified time | relevance | path

Searched refs:chtxpwr_ofdm (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/rtl8187se/
Dr8180_dm.c67 OfdmTxPwrIdx = priv->chtxpwr_ofdm[priv->ieee80211->current_network.channel]; in DoTxHighPower()
562 OfdmTxPwrIdx = priv->chtxpwr_ofdm[Idx];
587 priv->chtxpwr_ofdm[Idx] = OfdmTxPwrIdx;
1145 OfdmTxPwrIdx = priv->chtxpwr_ofdm[priv->ieee80211->current_network.channel];
Dr8180.h381 u8 chtxpwr_ofdm[15]; //channels from 1 to 14, 0 not used member
Dr8180_rtl8225.c307 u8 ofdm_power_level = 0xff & priv->chtxpwr_ofdm[ch]; in rtl8225_SetTXPowerLevel()
Dr8180_rtl8225z2.c523 char ofdm_power_level = (char)(0xff & priv->chtxpwr_ofdm[ch]);//+by amy 080312 in rtl8225z2_SetTXPowerLevel()
Dr8180_core.c4610 priv->chtxpwr_ofdm[i]=word & 0xff;
4611 priv->chtxpwr_ofdm[i+1]=(word & 0xff00)>>8;
4614 DMESG("ofdm ch %d pwr %x",i,priv->chtxpwr_ofdm[i]);
4615 DMESG("ofdm ch %d pwr %x",i+1,priv->chtxpwr_ofdm[i+1]);
Dr8180_rtl8255.c252 u8 ofdm_power_level = 0xff & priv->chtxpwr_ofdm[ch]; in rtl8255_SetTXPowerLevel()