Home
last modified time | relevance | path

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

/linux-5.19.10/net/mac80211/
Drc80211_minstrel_ht.c541 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_sort_best_tp_rates() local
552 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_avg; in minstrel_ht_sort_best_tp_rates()
554 tmp_prob); in minstrel_ht_sort_best_tp_rates()
556 (cur_tp_avg == tmp_tp_avg && cur_prob <= tmp_prob)) in minstrel_ht_sort_best_tp_rates()
577 int tmp_group, tmp_idx, tmp_tp_avg, tmp_prob; in minstrel_ht_set_best_prob_rate() local
590 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_avg; in minstrel_ht_set_best_prob_rate()
591 tmp_tp_avg = minstrel_ht_get_tp_avg(mi, tmp_group, tmp_idx, tmp_prob); in minstrel_ht_set_best_prob_rate()
624 if (mrs->prob_avg > tmp_prob) in minstrel_ht_set_best_prob_rate()
643 unsigned int tmp_group, tmp_idx, tmp_cck_tp, tmp_mcs_tp, tmp_prob; in minstrel_ht_assign_best_tp_rates() local
648 tmp_prob = mi->groups[tmp_group].rates[tmp_idx].prob_avg; in minstrel_ht_assign_best_tp_rates()
[all …]