Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c1145 int32_t lut_in_idx; in calculate_bit_per_tone() local
1152 lut_in_idx = QDF_MAX(snr_db, SNR_DB_TO_BIT_PER_TONE_LUT_MIN) in calculate_bit_per_tone()
1154 lut_in_idx = QDF_MIN(lut_in_idx, DB_NUM - 1); in calculate_bit_per_tone()
1155 bit_per_tone = SNR_DB_TO_BIT_PER_TONE_LUT[lut_in_idx]; in calculate_bit_per_tone()