Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c332 uint32_t bw_threshold, bw_val; in populate_dot11f_tx_power_env() local
400 bw_threshold = 20; in populate_dot11f_tx_power_env()
404 (bw_threshold < bw_val)) { in populate_dot11f_tx_power_env()
405 bw_threshold = 2 * bw_threshold; in populate_dot11f_tx_power_env()
408 if (bw_threshold < bw_val) in populate_dot11f_tx_power_env()
411 pe_debug("bw_threshold %d", bw_threshold); in populate_dot11f_tx_power_env()
437 bw_threshold = 20; in populate_dot11f_tx_power_env()
441 (bw_threshold < bw_val)) { in populate_dot11f_tx_power_env()
442 bw_threshold = 2 * bw_threshold; in populate_dot11f_tx_power_env()
445 if (bw_threshold < bw_val) in populate_dot11f_tx_power_env()