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

/linux-master/net/mac80211/
H A Drc80211_minstrel_ht.c210 const struct mcs_group minstrel_mcs_groups[] = { variable in typeref:struct:mcs_group
464 const struct mcs_group *group = &minstrel_mcs_groups[MI_RATE_GROUP(index)];
516 nsecs += minstrel_mcs_groups[group].duration[rate] <<
517 minstrel_mcs_groups[group].shift;
681 tmp_max_streams = minstrel_mcs_groups[group].streams;
682 for (group = 0; group < ARRAY_SIZE(minstrel_mcs_groups); group++) {
691 (minstrel_mcs_groups[group].streams < tmp_max_streams)) {
882 for (i = 0; i < ARRAY_SIZE(minstrel_mcs_groups); i++) {
883 group = (group + 1) % ARRAY_SIZE(minstrel_mcs_groups);
953 for (i = 0; i < ARRAY_SIZE(minstrel_mcs_groups);
[all...]
H A Drc80211_minstrel_ht.h108 extern const struct mcs_group minstrel_mcs_groups[];
H A Drc80211_minstrel_ht_debugfs.c59 mg = &minstrel_mcs_groups[i];
205 mg = &minstrel_mcs_groups[i];

Completed in 112 milliseconds