Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_dm.c2447 unsigned int txhipower_threshold = 0; in _rtl92e_dm_dynamic_tx_power() local
2457 txhipower_threshold = TX_POWER_ATHEROAP_THRESH_HIGH; in _rtl92e_dm_dynamic_tx_power()
2460 txhipower_threshold = TX_POWER_NEAR_FIELD_THRESH_HIGH; in _rtl92e_dm_dynamic_tx_power()
2468 if (priv->undecorated_smoothed_pwdb >= txhipower_threshold) { in _rtl92e_dm_dynamic_tx_power()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/
H A Dr8192U_dm.c2932 unsigned int txhipower_threshold = 0; in dm_dynamic_txpower() local
2942 txhipower_threshold = TX_POWER_ATHEROAP_THRESH_HIGH; in dm_dynamic_txpower()
2945 txhipower_threshold = TX_POWER_NEAR_FIELD_THRESH_HIGH; in dm_dynamic_txpower()
2953 if (priv->undecorated_smoothed_pwdb >= txhipower_threshold) { in dm_dynamic_txpower()