Home
last modified time | relevance | path

Searched refs:sample_group (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/mac80211/
H A Drc80211_minstrel_ht.c881 group = mi->sample[type].sample_group; in minstrel_ht_next_inc_rate()
897 mi->sample[type].sample_group = group; in minstrel_ht_next_inc_rate()
952 group = mi->sample[MINSTREL_SAMPLE_TYPE_JUMP].sample_group; in minstrel_ht_next_jump_rate()
1002 mi->sample[MINSTREL_SAMPLE_TYPE_JUMP].sample_group = group; in minstrel_ht_next_jump_rate()
1598 const struct mcs_group *sample_group; in minstrel_ht_get_rate() local
1625 sample_group = &minstrel_mcs_groups[MI_RATE_GROUP(sample_idx)]; in minstrel_ht_get_rate()
1628 if (sample_group == &minstrel_mcs_groups[MINSTREL_CCK_GROUP] && in minstrel_ht_get_rate()
1641 } else if (sample_group->flags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_get_rate()
1643 sample_group->streams); in minstrel_ht_get_rate()
1645 rate->idx = sample_idx + (sample_group->streams - 1) * 8; in minstrel_ht_get_rate()
[all …]
H A Drc80211_minstrel_ht.h149 u8 sample_group; member