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

/net/mac80211/
H A Drc80211_minstrel_ht.c96 const struct mcs_group minstrel_mcs_groups[] = { variable in typeref:struct:mcs_group
125 #define MINSTREL_CCK_GROUP (ARRAY_SIZE(minstrel_mcs_groups) - 1)
228 nsecs += minstrel_mcs_groups[group].duration[rate];
356 tmp_max_streams = minstrel_mcs_groups[mi->max_tp_rate[0] /
358 for (group = 0; group < ARRAY_SIZE(minstrel_mcs_groups); group++) {
364 (minstrel_mcs_groups[group].streams < tmp_max_streams)) {
406 for (group = 0; group < ARRAY_SIZE(minstrel_mcs_groups); group++) {
501 mi->sample_group %= ARRAY_SIZE(minstrel_mcs_groups);
528 if (minstrel_mcs_groups[group].streams >
529 minstrel_mcs_groups[orig_grou
[all...]

Completed in 6 milliseconds