Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c294 uint8_t gi_index; in wma_mcs_rate_match() local
301 for (gi_index = 0; gi_index < gi_index_max; gi_index++) { in wma_mcs_rate_match()
302 if (raw_rate == nss1_rate[gi_index]) { in wma_mcs_rate_match()
304 ret_rate = nss1_rate[gi_index]; in wma_mcs_rate_match()
307 if (*nss == 2 && raw_rate == nss2_rate[gi_index]) { in wma_mcs_rate_match()
308 ret_rate = nss2_rate[gi_index]; in wma_mcs_rate_match()
314 if (gi_index == 1) in wma_mcs_rate_match()
317 else if (is_he && gi_index == 2) in wma_mcs_rate_match()