Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_stats.c5928 uint8_t flag = 0, mcsidx; in hdd_get_max_rate_ht() local
5950 mcsidx = stats->tx_rate.mcs; in hdd_get_max_rate_ht()
5952 mcsidx = stainfo->max_mcs_idx; in hdd_get_max_rate_ht()
5956 for (i = 0; i < MAX_HT_MCS_INDEX && i < mcsidx; i++) { in hdd_get_max_rate_ht()
5958 mcsidx = i; in hdd_get_max_rate_ht()
5962 if (mcsidx < stats->tx_rate.mcs && in hdd_get_max_rate_ht()
5964 mcsidx = stats->tx_rate.mcs; in hdd_get_max_rate_ht()
5967 if (mcsidx > MAX_HT_MCS_INDEX) in hdd_get_max_rate_ht()
5968 mcsidx = MAX_HT_MCS_INDEX; in hdd_get_max_rate_ht()
5969 tmprate = supported_mcs_rate[mcsidx].supported_rate[flag]; in hdd_get_max_rate_ht()
[all …]