Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.c2461 unsigned int txhipower_threshhold = 0; in _rtl92e_dm_dynamic_tx_power() local
2471 txhipower_threshhold = TX_POWER_ATHEROAP_THRESH_HIGH; in _rtl92e_dm_dynamic_tx_power()
2474 txhipower_threshhold = TX_POWER_NEAR_FIELD_THRESH_HIGH; in _rtl92e_dm_dynamic_tx_power()
2482 if (priv->undecorated_smoothed_pwdb >= txhipower_threshhold) { in _rtl92e_dm_dynamic_tx_power()
/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U_dm.c2986 unsigned int txhipower_threshhold = 0; in dm_dynamic_txpower() local
2996 txhipower_threshhold = TX_POWER_ATHEROAP_THRESH_HIGH; in dm_dynamic_txpower()
2999 txhipower_threshhold = TX_POWER_NEAR_FIELD_THRESH_HIGH; in dm_dynamic_txpower()
3007 if (priv->undecorated_smoothed_pwdb >= txhipower_threshhold) { in dm_dynamic_txpower()