Home
last modified time | relevance | path

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

/linux-5.19.10/net/mac80211/
Drc80211_minstrel_ht.c880 group = mi->sample[type].sample_group; in minstrel_ht_next_inc_rate()
896 mi->sample[type].sample_group = group; in minstrel_ht_next_inc_rate()
951 group = mi->sample[MINSTREL_SAMPLE_TYPE_JUMP].sample_group; in minstrel_ht_next_jump_rate()
1001 mi->sample[MINSTREL_SAMPLE_TYPE_JUMP].sample_group = group; in minstrel_ht_next_jump_rate()
1595 const struct mcs_group *sample_group; in minstrel_ht_get_rate() local
1622 sample_group = &minstrel_mcs_groups[MI_RATE_GROUP(sample_idx)]; in minstrel_ht_get_rate()
1625 if (sample_group == &minstrel_mcs_groups[MINSTREL_CCK_GROUP] && in minstrel_ht_get_rate()
1632 if (sample_group == &minstrel_mcs_groups[MINSTREL_CCK_GROUP]) { in minstrel_ht_get_rate()
1635 } else if (sample_group == &minstrel_mcs_groups[MINSTREL_OFDM_GROUP]) { in minstrel_ht_get_rate()
1638 } else if (sample_group->flags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_get_rate()
[all …]
Drc80211_minstrel_ht.h150 u8 sample_group; member