Home
last modified time | relevance | path

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

/linux-4.4.14/net/mac80211/
Drc80211_minstrel_ht.c154 const struct mcs_group minstrel_mcs_groups[] = { variable
333 nsecs += minstrel_mcs_groups[group].duration[rate]; in minstrel_ht_get_tp_avg()
484 tmp_max_streams = minstrel_mcs_groups[mi->max_tp_rate[0] / in minstrel_ht_prob_rate_reduce_streams()
486 for (group = 0; group < ARRAY_SIZE(minstrel_mcs_groups); group++) { in minstrel_ht_prob_rate_reduce_streams()
495 (minstrel_mcs_groups[group].streams < tmp_max_streams)) { in minstrel_ht_prob_rate_reduce_streams()
539 for (group = 0; group < ARRAY_SIZE(minstrel_mcs_groups); group++) { in minstrel_ht_update_stats()
635 mi->sample_group %= ARRAY_SIZE(minstrel_mcs_groups); in minstrel_set_next_sample_idx()
662 if (minstrel_mcs_groups[group].streams > in minstrel_downgrade_rate()
663 minstrel_mcs_groups[orig_group].streams) in minstrel_downgrade_rate()
804 group = &minstrel_mcs_groups[index / MCS_GROUP_RATES]; in minstrel_calc_retransmit()
[all …]
Drc80211_minstrel_ht.h49 extern const struct mcs_group minstrel_mcs_groups[];
Drc80211_minstrel_ht_debugfs.c30 mg = &minstrel_mcs_groups[i]; in minstrel_ht_stats_dump()
176 mg = &minstrel_mcs_groups[i]; in minstrel_ht_stats_csv_dump()