Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
Dwma_eht.c981 uint8_t dcm_index_max = 1; in wma_match_eht_rate() local
993 dcm_index_max = IS_MCS_HAS_DCM_RATE(index) ? 2 : 1; in wma_match_eht_rate()
994 for (dcm_index = 0; dcm_index < dcm_index_max; dcm_index++) { in wma_match_eht_rate()
Dwma_utils.c349 uint8_t dcm_index_max = 1; in wma_match_he_rate() local
366 dcm_index_max = IS_MCS_HAS_DCM_RATE(index) ? 2 : 1; in wma_match_he_rate()
368 for (dcm_index = 0; dcm_index < dcm_index_max; in wma_match_he_rate()