Home
last modified time | relevance | path

Searched refs:txhipower_threshhold (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_dm.c3039 unsigned int txhipower_threshhold = 0; in dm_dynamic_txpower() local
3049 txhipower_threshhold = TX_POWER_ATHEROAP_THRESH_HIGH; in dm_dynamic_txpower()
3052 txhipower_threshhold = TX_POWER_NEAR_FIELD_THRESH_HIGH; in dm_dynamic_txpower()
3060 if (priv->undecorated_smoothed_pwdb >= txhipower_threshhold) { in dm_dynamic_txpower()
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.c2924 unsigned int txhipower_threshhold = 0; in dm_dynamic_txpower() local
2934 txhipower_threshhold = TX_POWER_ATHEROAP_THRESH_HIGH; in dm_dynamic_txpower()
2937 txhipower_threshhold = TX_POWER_NEAR_FIELD_THRESH_HIGH; in dm_dynamic_txpower()
2945 if (priv->undecorated_smoothed_pwdb >= txhipower_threshhold) { in dm_dynamic_txpower()