Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_stats.c5927 uint32_t tmprate; in hdd_get_max_rate_ht() local
5969 tmprate = supported_mcs_rate[mcsidx].supported_rate[flag]; in hdd_get_max_rate_ht()
5971 hdd_debug("tmprate %d mcsidx %d", tmprate, mcsidx); in hdd_get_max_rate_ht()
5973 *maxrate = tmprate; in hdd_get_max_rate_ht()
6000 uint32_t tmprate = 0; in hdd_get_max_rate_vht() local
6060 tmprate = in hdd_get_max_rate_vht()
6063 tmprate = in hdd_get_max_rate_vht()
6066 tmprate = in hdd_get_max_rate_vht()
6070 hdd_debug("tmprate %d mcsidx %d", tmprate, mcsidx); in hdd_get_max_rate_vht()
6072 *maxrate = tmprate; in hdd_get_max_rate_vht()
[all …]
H A Dwlan_hdd_hostapd.c1381 int maxrate = 0, tmprate; in calculate_max_phy_rate() local
1415 tmprate = sgi ? in calculate_max_phy_rate()
1419 tmprate = sgi ? in calculate_max_phy_rate()
1428 if (maxrate < tmprate) in calculate_max_phy_rate()
1429 maxrate = tmprate; in calculate_max_phy_rate()
1434 tmprate = get_max_rate_vht(nss, ch_width, sgi, vht_mcs_map); in calculate_max_phy_rate()
1435 if (maxrate < tmprate) in calculate_max_phy_rate()
1436 maxrate = tmprate; in calculate_max_phy_rate()