Home
last modified time | relevance | path

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

/Linux-v5.4/net/mac80211/
Drc80211_minstrel_ht.c477 u16 tmp_mcs_tp_rate[MAX_THR_RATES], in minstrel_ht_assign_best_tp_rates()
488 tmp_group = tmp_mcs_tp_rate[0] / MCS_GROUP_RATES; in minstrel_ht_assign_best_tp_rates()
489 tmp_idx = tmp_mcs_tp_rate[0] % MCS_GROUP_RATES; in minstrel_ht_assign_best_tp_rates()
496 tmp_mcs_tp_rate); in minstrel_ht_assign_best_tp_rates()
676 u16 tmp_mcs_tp_rate[MAX_THR_RATES], tmp_group_tp_rate[MAX_THR_RATES]; in minstrel_ht_update_stats() local
705 memset(tmp_mcs_tp_rate, 0, sizeof(tmp_mcs_tp_rate)); in minstrel_ht_update_stats()
716 for (j = 0; j < ARRAY_SIZE(tmp_mcs_tp_rate); j++) in minstrel_ht_update_stats()
717 tmp_mcs_tp_rate[j] = index; in minstrel_ht_update_stats()
749 tmp_mcs_tp_rate); in minstrel_ht_update_stats()
768 minstrel_ht_assign_best_tp_rates(mi, tmp_mcs_tp_rate, tmp_cck_tp_rate); in minstrel_ht_update_stats()
[all …]