Home
last modified time | relevance | path

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

/linux-2.6.39/net/mac80211/
Drc80211_minstrel_ht.c88 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES]; variable
325 if (++mg->column >= ARRAY_SIZE(sample_table)) in minstrel_next_sample_idx()
549 sample_idx = sample_table[mg->column][mg->index]; in minstrel_get_sample_rate()
738 msp->legacy.sample_table = msp->sample_table; in minstrel_ht_update_caps()
783 msp->sample_table = kmalloc(SAMPLE_COLUMNS * max_rates, gfp); in minstrel_ht_alloc_sta()
784 if (!msp->sample_table) in minstrel_ht_alloc_sta()
801 kfree(msp->sample_table); in minstrel_ht_free_sta()
841 memset(sample_table, 0xff, sizeof(sample_table)); in init_sample_table()
847 while (sample_table[col][new_idx] != 0xff) in init_sample_table()
850 sample_table[col][new_idx] = i; in init_sample_table()
Drc80211_minstrel.c60 _mi->sample_table[(_idx * SAMPLE_COLUMNS) + _col]
357 memset(mi->sample_table, 0, SAMPLE_COLUMNS * mi->n_rates); in init_sample_table()
472 mi->sample_table = kmalloc(SAMPLE_COLUMNS * max_rates, gfp); in minstrel_alloc_sta()
473 if (!mi->sample_table) in minstrel_alloc_sta()
491 kfree(mi->sample_table); in minstrel_free_sta()
Drc80211_minstrel.h63 u8 *sample_table; member
Drc80211_minstrel_ht.h123 void *sample_table; member