Searched refs:txhipower_threshhold (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/rtl8192e/
H A Dr8192E_dm.c3775 unsigned int txhipower_threshhold=0; local
3785 txhipower_threshhold = TX_POWER_ATHEROAP_THRESH_HIGH;
3790 txhipower_threshhold = TX_POWER_NEAR_FIELD_THRESH_HIGH;
3794 // printk("=======>%s(): txhipower_threshhold is %d,txlowpower_threshold is %d\n",__FUNCTION__,txhipower_threshhold,txlowpower_threshold);
3800 if(priv->undecorated_smoothed_pwdb >= txhipower_threshhold)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U_dm.c3852 unsigned int txhipower_threshhold=0; local
3862 txhipower_threshhold = TX_POWER_ATHEROAP_THRESH_HIGH;
3867 txhipower_threshhold = TX_POWER_NEAR_FIELD_THRESH_HIGH;
3871 // printk("=======>%s(): txhipower_threshhold is %d,txlowpower_threshold is %d\n",__FUNCTION__,txhipower_threshhold,txlowpower_threshold);
3876 if(priv->undecorated_smoothed_pwdb >= txhipower_threshhold)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U_dm.c3781 unsigned int txhipower_threshhold=0; local
3791 txhipower_threshhold = TX_POWER_ATHEROAP_THRESH_HIGH;
3796 txhipower_threshhold = TX_POWER_NEAR_FIELD_THRESH_HIGH;
3800 // printk("=======>%s(): txhipower_threshhold is %d,txlowpower_threshold is %d\n",__FUNCTION__,txhipower_threshhold,txlowpower_threshold);
3805 if(priv->undecorated_smoothed_pwdb >= txhipower_threshhold)

Completed in 49 milliseconds