Home
last modified time | relevance | path

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

/linux-2.6.39/net/mac80211/
Drc80211_minstrel_ht.c88 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES];
105 int streams = (rate->idx / MCS_GROUP_RATES) + 1; in minstrel_ht_get_group_idx()
125 return &mi->groups[index / MCS_GROUP_RATES].rates[index % MCS_GROUP_RATES]; in minstrel_get_ratestats()
222 for (i = 0; i < MCS_GROUP_RATES; i++) { in minstrel_ht_update_stats()
228 index = MCS_GROUP_RATES * group + i; in minstrel_ht_update_stats()
323 if (++mg->index >= MCS_GROUP_RATES) { in minstrel_next_sample_idx()
338 orig_group = group = *idx / MCS_GROUP_RATES; in minstrel_downgrade_rate()
481 group = &minstrel_mcs_groups[index / MCS_GROUP_RATES]; in minstrel_calc_retransmit()
482 tx_time_data = group->duration[index % MCS_GROUP_RATES] * ampdu_len; in minstrel_calc_retransmit()
503 const struct mcs_group *group = &minstrel_mcs_groups[index / MCS_GROUP_RATES]; in minstrel_ht_set_rate()
[all …]
Drc80211_minstrel_ht.h24 #define MCS_GROUP_RATES 8 macro
29 unsigned int duration[MCS_GROUP_RATES];
69 struct minstrel_rate_stats rates[MCS_GROUP_RATES];
Drc80211_minstrel_ht_debugfs.c54 for (j = 0; j < MCS_GROUP_RATES; j++) { in minstrel_ht_stats_open()
56 int idx = i * MCS_GROUP_RATES + j; in minstrel_ht_stats_open()
67 MCS_GROUP_RATES + j); in minstrel_ht_stats_open()