Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_utils.c472 uint8_t max_ht_mcs_idx; in wma_get_mcs_idx() local
549 max_ht_mcs_idx = QDF_ARRAY_SIZE(mcs_nss1); in wma_get_mcs_idx()
550 for (index = 0; index < max_ht_mcs_idx; index++) { in wma_get_mcs_idx()
562 index += max_ht_mcs_idx; in wma_get_mcs_idx()
577 index += max_ht_mcs_idx; in wma_get_mcs_idx()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_stats.c7060 uint8_t max_ht_mcs_idx; in hdd_report_max_rate() local
7235 max_ht_mcs_idx = in hdd_report_max_rate()
7237 max_ht_idx = max_ht_mcs_idx; in hdd_report_max_rate()
7239 for (i = 0; i < max_ht_mcs_idx; i++) { in hdd_report_max_rate()
7263 if ((j < max_ht_mcs_idx) && in hdd_report_max_rate()
7269 max_mcs_idx += max_ht_mcs_idx; in hdd_report_max_rate()