Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c348 uint8_t index = 0, max_he_mcs_idx; in wma_match_he_rate() local
361 max_he_mcs_idx = QDF_ARRAY_SIZE(he_mcs_nss1); in wma_match_he_rate()
363 max_he_mcs_idx = QDF_ARRAY_SIZE(he_mcs_nss1) - 2; in wma_match_he_rate()
365 for (index = 0; index < max_he_mcs_idx; index++) { in wma_match_he_rate()