Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Drc80211_minstrel_ht.h13 #define SAMPLE_COLUMNS 10 /* number of columns in sample table */ macro
H A Drc80211_minstrel_ht.c267 static u8 sample_table[SAMPLE_COLUMNS][MCS_GROUP_RATES] __read_mostly;
2029 for (col = 0; col < SAMPLE_COLUMNS; col++) { in init_sample_table()