Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.c2476 unsigned int txhipower_threshhold = 0; in _rtl92e_dm_dynamic_tx_power() local
2486 txhipower_threshhold = TX_POWER_ATHEROAP_THRESH_HIGH; in _rtl92e_dm_dynamic_tx_power()
2489 txhipower_threshhold = TX_POWER_NEAR_FIELD_THRESH_HIGH; in _rtl92e_dm_dynamic_tx_power()
2497 if (priv->undecorated_smoothed_pwdb >= txhipower_threshhold) { in _rtl92e_dm_dynamic_tx_power()
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_dm.c3044 unsigned int txhipower_threshhold = 0; in dm_dynamic_txpower() local
3054 txhipower_threshhold = TX_POWER_ATHEROAP_THRESH_HIGH; in dm_dynamic_txpower()
3057 txhipower_threshhold = TX_POWER_NEAR_FIELD_THRESH_HIGH; in dm_dynamic_txpower()
3065 if (priv->undecorated_smoothed_pwdb >= txhipower_threshhold) { in dm_dynamic_txpower()