Symbol: MINSTREL_CCK_GROUP
net/mac80211/rc80211_minstrel_ht.c
1080
if (mi->supported[MINSTREL_CCK_GROUP])
net/mac80211/rc80211_minstrel_ht.c
1081
group = MINSTREL_CCK_GROUP;
net/mac80211/rc80211_minstrel_ht.c
1095
else if (mi->supported[MINSTREL_CCK_GROUP])
net/mac80211/rc80211_minstrel_ht.c
1096
group = MINSTREL_CCK_GROUP;
net/mac80211/rc80211_minstrel_ht.c
1118
if (group == MINSTREL_CCK_GROUP && ht_supported)
net/mac80211/rc80211_minstrel_ht.c
1466
if (group_idx == MINSTREL_CCK_GROUP)
net/mac80211/rc80211_minstrel_ht.c
149
[MINSTREL_CCK_GROUP] = { \
net/mac80211/rc80211_minstrel_ht.c
1628
if (sample_group == &minstrel_mcs_groups[MINSTREL_CCK_GROUP] &&
net/mac80211/rc80211_minstrel_ht.c
1635
if (sample_group == &minstrel_mcs_groups[MINSTREL_CCK_GROUP]) {
net/mac80211/rc80211_minstrel_ht.c
1670
mi->supported[MINSTREL_CCK_GROUP] |= BIT(i);
net/mac80211/rc80211_minstrel_ht.c
1672
mi->supported[MINSTREL_CCK_GROUP] |= BIT(i + 4);
net/mac80211/rc80211_minstrel_ht.c
322
return group == MINSTREL_CCK_GROUP ||
net/mac80211/rc80211_minstrel_ht.c
387
group = MINSTREL_CCK_GROUP;
net/mac80211/rc80211_minstrel_ht.c
434
group = MINSTREL_CCK_GROUP;
net/mac80211/rc80211_minstrel_ht.c
684
if (!mi->supported[group] || group == MINSTREL_CCK_GROUP)
net/mac80211/rc80211_minstrel_ht.h
57
#define MINSTREL_OFDM_GROUP (MINSTREL_CCK_GROUP + 1)
net/mac80211/rc80211_minstrel_ht_debugfs.c
165
p = minstrel_ht_stats_dump(mi, MINSTREL_CCK_GROUP, p);
net/mac80211/rc80211_minstrel_ht_debugfs.c
166
for (i = 0; i < MINSTREL_CCK_GROUP; i++)
net/mac80211/rc80211_minstrel_ht_debugfs.c
308
p = minstrel_ht_stats_csv_dump(mi, MINSTREL_CCK_GROUP, p);
net/mac80211/rc80211_minstrel_ht_debugfs.c
309
for (i = 0; i < MINSTREL_CCK_GROUP; i++)