Searched refs:cck_present_attentuation (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/rtl8192u/
H A Dr819xU_phy.c1561 priv->cck_present_attentuation =
1564 if(priv->cck_present_attentuation > 22)
1565 priv->cck_present_attentuation= 22;
1566 if(priv->cck_present_attentuation< 0)
1567 priv->cck_present_attentuation = 0;
1568 RT_TRACE(COMP_INIT, "20M, pHalData->CCKPresentAttentuation = %d\n", priv->cck_present_attentuation);
1591 priv->cck_present_attentuation =
1594 if(priv->cck_present_attentuation > 22)
1595 priv->cck_present_attentuation = 22;
1596 if(priv->cck_present_attentuation <
[all...]
H A Dr8192U_dm.c716 RT_TRACE(COMP_POWER_TRACKING, "priv->cck_present_attentuation = %d\n", priv->cck_present_attentuation);
768 priv->cck_present_attentuation
771 priv->cck_present_attentuation
774 if(priv->cck_present_attentuation > -1&&priv->cck_present_attentuation <23)
796 RT_TRACE(COMP_POWER_TRACKING, "priv->cck_present_attentuation = %d\n", priv->cck_present_attentuation);
1567 TempVal = priv->cck_txbbgain_table[priv->cck_present_attentuation].ccktxbb_valuearray[0] +
1568 (priv->cck_txbbgain_table[priv->cck_present_attentuation]
[all...]
H A Dr8192U.h1108 s8 cck_present_attentuation; member in struct:r8192_priv
H A Dr8192U_core.c3564 priv->cck_present_attentuation = priv->cck_present_attentuation_20Mdefault;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U_dm.c763 RT_TRACE(COMP_POWER_TRACKING, "priv->cck_present_attentuation = %d\n", priv->cck_present_attentuation);
815 priv->cck_present_attentuation
818 priv->cck_present_attentuation
821 if(priv->cck_present_attentuation > -1&&priv->cck_present_attentuation <23)
843 RT_TRACE(COMP_POWER_TRACKING, "priv->cck_present_attentuation = %d\n", priv->cck_present_attentuation);
1594 TempVal = priv->cck_txbbgain_table[priv->cck_present_attentuation].ccktxbb_valuearray[0] +
1595 (priv->cck_txbbgain_table[priv->cck_present_attentuation]
[all...]
H A Dr8192U.h1311 s8 cck_present_attentuation; member in struct:r8192_priv

Completed in 128 milliseconds