Searched refs:mg (Results 1 - 2 of 2) sorted by relevance

/net/mac80211/
H A Drc80211_minstrel_ht_debugfs.c22 const struct mcs_group *mg; local
30 mg = &minstrel_mcs_groups[i];
31 if (mg->flags & IEEE80211_TX_RC_40_MHZ_WIDTH)
33 if (mg->flags & IEEE80211_TX_RC_SHORT_GI)
59 p += sprintf(p, " MCS%-2u", (mg->streams - 1) * 8 + j);
H A Drc80211_minstrel_ht.c280 struct minstrel_mcs_group_data *mg; local
284 mg = &mi->groups[index / MCS_GROUP_RATES];
285 mr = &mg->rates[index % MCS_GROUP_RATES];
302 if (mr->cur_tp > mg->rates[mg->max_group_prob_rate].cur_tp)
303 mg->max_group_prob_rate = index;
307 if (mr->probability > mg->rates[mg->max_group_prob_rate].probability)
308 mg->max_group_prob_rate = index;
351 struct minstrel_mcs_group_data *mg; local
383 struct minstrel_mcs_group_data *mg; local
497 struct minstrel_mcs_group_data *mg; local
786 struct minstrel_mcs_group_data *mg; local
[all...]

Completed in 36 milliseconds