Home
last modified time | relevance | path

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

/net/mac80211/
A Drc80211_minstrel_ht.c210 const struct mcs_group minstrel_mcs_groups[] = { variable
516 nsecs += minstrel_mcs_groups[group].duration[rate] << in minstrel_ht_get_tp_avg()
517 minstrel_mcs_groups[group].shift; in minstrel_ht_get_tp_avg()
681 tmp_max_streams = minstrel_mcs_groups[group].streams; in minstrel_ht_prob_rate_reduce_streams()
882 for (i = 0; i < ARRAY_SIZE(minstrel_mcs_groups); i++) { in minstrel_ht_next_inc_rate()
883 group = (group + 1) % ARRAY_SIZE(minstrel_mcs_groups); in minstrel_ht_next_inc_rate()
953 for (i = 0; i < ARRAY_SIZE(minstrel_mcs_groups); i++) { in minstrel_ht_next_jump_rate()
1269 if (minstrel_mcs_groups[group].streams > in minstrel_downgrade_rate()
1270 minstrel_mcs_groups[orig_group].streams) in minstrel_downgrade_rate()
1759 u32 gflags = minstrel_mcs_groups[i].flags; in minstrel_ht_update_caps()
[all …]
A Drc80211_minstrel_ht_debugfs.c59 mg = &minstrel_mcs_groups[i]; in minstrel_ht_stats_dump()
204 mg = &minstrel_mcs_groups[i]; in minstrel_ht_stats_csv_dump()
A Drc80211_minstrel_ht.h108 extern const struct mcs_group minstrel_mcs_groups[];

Completed in 8 milliseconds