Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.c2448 unsigned int txlowpower_threshold = 0; in _rtl92e_dm_dynamic_tx_power() local
2458 txlowpower_threshold = TX_POWER_ATHEROAP_THRESH_LOW; in _rtl92e_dm_dynamic_tx_power()
2461 txlowpower_threshold = TX_POWER_NEAR_FIELD_THRESH_LOW; in _rtl92e_dm_dynamic_tx_power()
2473 txlowpower_threshold && priv->bDynamicTxHighPower) in _rtl92e_dm_dynamic_tx_power()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A Dr8192U_dm.c2933 unsigned int txlowpower_threshold = 0; in dm_dynamic_txpower() local
2943 txlowpower_threshold = TX_POWER_ATHEROAP_THRESH_LOW; in dm_dynamic_txpower()
2946 txlowpower_threshold = TX_POWER_NEAR_FIELD_THRESH_LOW; in dm_dynamic_txpower()
2958 if (priv->undecorated_smoothed_pwdb < txlowpower_threshold && priv->bDynamicTxHighPower) in dm_dynamic_txpower()