Home
last modified time | relevance | path

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

/Linux-v5.10/net/mac80211/
Drc80211_minstrel_ht.c478 u16 tmp_mcs_tp_rate[MAX_THR_RATES], in minstrel_ht_assign_best_tp_rates()
489 tmp_group = tmp_mcs_tp_rate[0] / MCS_GROUP_RATES; in minstrel_ht_assign_best_tp_rates()
490 tmp_idx = tmp_mcs_tp_rate[0] % MCS_GROUP_RATES; in minstrel_ht_assign_best_tp_rates()
497 tmp_mcs_tp_rate); in minstrel_ht_assign_best_tp_rates()
677 u16 tmp_mcs_tp_rate[MAX_THR_RATES], tmp_group_tp_rate[MAX_THR_RATES]; in minstrel_ht_update_stats() local
706 memset(tmp_mcs_tp_rate, 0, sizeof(tmp_mcs_tp_rate)); in minstrel_ht_update_stats()
717 for (j = 0; j < ARRAY_SIZE(tmp_mcs_tp_rate); j++) in minstrel_ht_update_stats()
718 tmp_mcs_tp_rate[j] = index; in minstrel_ht_update_stats()
750 tmp_mcs_tp_rate); in minstrel_ht_update_stats()
769 minstrel_ht_assign_best_tp_rates(mi, tmp_mcs_tp_rate, tmp_cck_tp_rate); in minstrel_ht_update_stats()
[all …]