Searched refs:tmprate (Results 1 – 2 of 2) sorted by relevance
5927 uint32_t tmprate; in hdd_get_max_rate_ht() local5969 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() local6060 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 …]
1381 int maxrate = 0, tmprate; in calculate_max_phy_rate() local1415 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()