Home
last modified time | relevance | path

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

/linux-4.1.27/net/mac80211/
Drc80211_minstrel.c59 _mi->sample_table[(_idx * SAMPLE_COLUMNS) + _col]
325 if (mi->sample_column >= SAMPLE_COLUMNS) in minstrel_get_next_sample()
463 memset(mi->sample_table, 0xff, SAMPLE_COLUMNS * mi->n_rates); in init_sample_table()
465 for (col = 0; col < SAMPLE_COLUMNS; col++) { in init_sample_table()
592 mi->sample_table = kmalloc(SAMPLE_COLUMNS * max_rates, gfp); in minstrel_alloc_sta()
Drc80211_minstrel.h14 #define SAMPLE_COLUMNS 10 /* number of columns in sample table */ macro
Drc80211_minstrel_ht.c220 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly;
1282 msp->sample_table = kmalloc(SAMPLE_COLUMNS * max_rates, gfp); in minstrel_ht_alloc_sta()
1361 for (col = 0; col < SAMPLE_COLUMNS; col++) { in init_sample_table()