Searched refs:dcm_index_max (Results 1 – 2 of 2) sorted by relevance
981 uint8_t dcm_index_max = 1; in wma_match_eht_rate() local993 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()
349 uint8_t dcm_index_max = 1; in wma_match_he_rate() local366 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()