Home
last modified time | relevance | path

Searched refs:MINSTREL_OFDM_GROUP (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/mac80211/
H A Drc80211_minstrel_ht.h57 #define MINSTREL_OFDM_GROUP (MINSTREL_CCK_GROUP + 1) macro
58 #define MINSTREL_VHT_GROUP_0 (MINSTREL_OFDM_GROUP + 1)
H A Drc80211_minstrel_ht_debugfs.c85 } else if (i == MINSTREL_OFDM_GROUP) { in minstrel_ht_stats_dump()
108 if (i == MINSTREL_OFDM_GROUP) in minstrel_ht_stats_dump()
231 } else if (i == MINSTREL_OFDM_GROUP) { in minstrel_ht_stats_csv_dump()
253 if (i == MINSTREL_OFDM_GROUP) in minstrel_ht_stats_csv_dump()
H A Drc80211_minstrel_ht.c182 [MINSTREL_OFDM_GROUP] = { \
323 group == MINSTREL_OFDM_GROUP; in minstrel_ht_is_legacy_group()
402 group = MINSTREL_OFDM_GROUP; in minstrel_ht_get_stats()
446 group = MINSTREL_OFDM_GROUP; in minstrel_ht_ri_get_stats()
1082 else if (mi->supported[MINSTREL_OFDM_GROUP]) in minstrel_ht_update_stats()
1083 group = MINSTREL_OFDM_GROUP; in minstrel_ht_update_stats()
1098 group = MINSTREL_OFDM_GROUP; in minstrel_ht_update_stats()
1468 else if (group_idx == MINSTREL_OFDM_GROUP) in minstrel_ht_set_rate()
1638 } else if (sample_group == &minstrel_mcs_groups[MINSTREL_OFDM_GROUP]) { in minstrel_ht_get_rate()
1693 mi->supported[MINSTREL_OFDM_GROUP] |= BIT(i); in minstrel_ht_update_ofdm()