Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/mac80211/
H A Drc80211_minstrel_ht.c184 const struct mcs_group minstrel_mcs_groups[] = { variable
361 nsecs += minstrel_mcs_groups[group].duration[rate] << in minstrel_ht_get_tp_avg()
362 minstrel_mcs_groups[group].shift; in minstrel_ht_get_tp_avg()
514 tmp_max_streams = minstrel_mcs_groups[mi->max_tp_rate[0] / in minstrel_ht_prob_rate_reduce_streams()
516 for (group = 0; group < ARRAY_SIZE(minstrel_mcs_groups); group++) { in minstrel_ht_prob_rate_reduce_streams()
525 (minstrel_mcs_groups[group].streams < tmp_max_streams)) { in minstrel_ht_prob_rate_reduce_streams()
537 const struct mcs_group *group = &minstrel_mcs_groups[index / MCS_GROUP_RATES]; in minstrel_get_duration()
566 tp_group = &minstrel_mcs_groups[mi->max_tp_rate[0] / MCS_GROUP_RATES]; in minstrel_ht_find_probe_rates()
579 group = &minstrel_mcs_groups[g]; in minstrel_ht_find_probe_rates()
721 for (group = 0; group < ARRAY_SIZE(minstrel_mcs_groups); group++) { in minstrel_ht_update_stats()
[all …]
H A Drc80211_minstrel_ht.h40 extern const struct mcs_group minstrel_mcs_groups[];
H A Drc80211_minstrel_ht_debugfs.c43 mg = &minstrel_mcs_groups[i]; in minstrel_ht_stats_dump()
190 mg = &minstrel_mcs_groups[i]; in minstrel_ht_stats_csv_dump()