Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_cfg80211.c9816 uint32_t probe_period, stay_period, ant_div_usrcfg; in hdd_config_ant_div_period() local
9832 ant_div_usrcfg = ANT_DIV_SET_PERIOD(probe_period, stay_period); in hdd_config_ant_div_period()
9833 hdd_debug("ant div set period: %x", ant_div_usrcfg); in hdd_config_ant_div_period()
9836 ant_div_usrcfg, PDEV_CMD); in hdd_config_ant_div_period()
9852 uint32_t mgmt_snr, data_snr, ack_snr, ant_div_usrcfg; in hdd_config_ant_div_snr_weight() local
9868 ant_div_usrcfg = ANT_DIV_SET_WEIGHT(mgmt_snr, data_snr, ack_snr); in hdd_config_ant_div_snr_weight()
9869 hdd_debug("ant div set weight: %x", ant_div_usrcfg); in hdd_config_ant_div_snr_weight()
9872 ant_div_usrcfg, PDEV_CMD); in hdd_config_ant_div_snr_weight()
10358 uint32_t ant_div_usrcfg; in hdd_config_ant_div_snr_diff() local
10364 ant_div_usrcfg = ANT_DIV_SET_SNR_DIFF(ant_div_snr_diff); in hdd_config_ant_div_snr_diff()
[all …]