Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/mac80211/
Drc80211_minstrel.c314 sample_ndx = SAMPLE_TBL(mi, mi->sample_row, mi->sample_column); in minstrel_get_next_sample()
315 mi->sample_row++; in minstrel_get_next_sample()
316 if ((int) mi->sample_row >= mi->n_rates) { in minstrel_get_next_sample()
317 mi->sample_row = 0; in minstrel_get_next_sample()
446 mi->sample_row = 0; in init_sample_table()
Drc80211_minstrel.h130 unsigned int sample_row; member