Home
last modified time | relevance | path

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

/Linux-v5.15/net/mac80211/
Drc80211_minstrel_ht.c812 group = mi->sample[type].sample_group; in minstrel_ht_next_inc_rate()
828 mi->sample[type].sample_group = group; in minstrel_ht_next_inc_rate()
883 group = mi->sample[MINSTREL_SAMPLE_TYPE_JUMP].sample_group; in minstrel_ht_next_jump_rate()
933 mi->sample[MINSTREL_SAMPLE_TYPE_JUMP].sample_group = group; in minstrel_ht_next_jump_rate()
1475 const struct mcs_group *sample_group; in minstrel_ht_get_rate() local
1502 sample_group = &minstrel_mcs_groups[MI_RATE_GROUP(sample_idx)]; in minstrel_ht_get_rate()
1505 if (sample_group == &minstrel_mcs_groups[MINSTREL_CCK_GROUP] && in minstrel_ht_get_rate()
1512 if (sample_group == &minstrel_mcs_groups[MINSTREL_CCK_GROUP]) { in minstrel_ht_get_rate()
1515 } else if (sample_group == &minstrel_mcs_groups[MINSTREL_OFDM_GROUP]) { in minstrel_ht_get_rate()
1518 } else if (sample_group->flags & IEEE80211_TX_RC_VHT_MCS) { in minstrel_ht_get_rate()
[all …]
Drc80211_minstrel_ht.h150 u8 sample_group; member