Searched refs:TxPwrLegacyHtDiff (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/rtl8192su/
H A Dr8192S_rtl6052.c225 Legacy_pwrdiff = priv->TxPwrLegacyHtDiff[RF90_PATH_A][Channel-1];
H A Dr8192U.h1228 u8 TxPwrLegacyHtDiff[2][14]; // For HT<->legacy pwr diff member in struct:r8192_priv
H A Dr8192U_core.c3902 priv->TxPwrLegacyHtDiff[RF90_PATH_A][i] = (tempval&0xF);
3903 priv->TxPwrLegacyHtDiff[RF90_PATH_B][i] = ((tempval>>4)&0xF);
3936 RT_TRACE(COMP_INIT, "RF-A Legacy to Ht40 Diff[%d] = 0x%x\n", i, priv->TxPwrLegacyHtDiff[RF90_PATH_A][i]);
3940 RT_TRACE(COMP_INIT, "RF-B Legacy to HT40 Diff[%d] = 0x%x\n", i, priv->TxPwrLegacyHtDiff[RF90_PATH_B][i]);

Completed in 109 milliseconds