Home
last modified time | relevance | path

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

/net/mac80211/
A Drc80211_minstrel_ht.c267 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly; variable
911 idx = sample_table[mg->column][mg->index]; in minstrel_ht_next_group_sample_rate()
914 if (++mg->column >= ARRAY_SIZE(sample_table)) in minstrel_ht_next_group_sample_rate()
2020 memset(sample_table, 0xff, sizeof(sample_table)); in init_sample_table()
2025 while (sample_table[col][new_idx] != 0xff) in init_sample_table()
2028 sample_table[col][new_idx] = i; in init_sample_table()

Completed in 11 milliseconds