Home
last modified time | relevance | path

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

/Linux-v4.19/net/mac80211/
Drc80211_minstrel_ht.c340 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_sort_best_tp_rates() local
349 tmp_group = tp_list[j - 1] / MCS_GROUP_RATES; in minstrel_ht_sort_best_tp_rates()
351 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_ewma; in minstrel_ht_sort_best_tp_rates()
352 tmp_tp_avg = minstrel_ht_get_tp_avg(mi, tmp_group, tmp_idx, in minstrel_ht_sort_best_tp_rates()
376 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_set_best_prob_rate() local
386 tmp_group = mi->max_prob_rate / MCS_GROUP_RATES; in minstrel_ht_set_best_prob_rate()
388 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_ewma; in minstrel_ht_set_best_prob_rate()
389 tmp_tp_avg = minstrel_ht_get_tp_avg(mi, tmp_group, tmp_idx, tmp_prob); in minstrel_ht_set_best_prob_rate()
433 unsigned int tmp_group, tmp_idx, tmp_cck_tp, tmp_mcs_tp, tmp_prob; in minstrel_ht_assign_best_tp_rates() local
436 tmp_group = tmp_cck_tp_rate[0] / MCS_GROUP_RATES; in minstrel_ht_assign_best_tp_rates()
[all …]