Searched refs:MINSTREL_SAMPLE_RATES (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/mac80211/
H A Drc80211_minstrel_ht.h72 #define MINSTREL_SAMPLE_RATES 5 /* rates per sample type */ macro
150 u16 sample_rates[MINSTREL_SAMPLE_RATES];
151 u16 cur_sample_rates[MINSTREL_SAMPLE_RATES];
H A Drc80211_minstrel_ht.c708 for (i = 0; i < MINSTREL_SAMPLE_RATES; i++) {
790 for (i = 0; i < MINSTREL_SAMPLE_RATES; i++) {
810 for (i = 0, j = 0; i < MINSTREL_SAMPLE_RATES; i++) {
948 if (*slow_rate_ofs >= MINSTREL_SAMPLE_RATES)
984 if (*slow_rate_ofs >= MINSTREL_SAMPLE_RATES)
996 if (*slow_rate_ofs >= MINSTREL_SAMPLE_RATES)
1021 while (i < MINSTREL_SAMPLE_RATES) {
1034 while (i < MINSTREL_SAMPLE_RATES) {
H A Drc80211_minstrel_ht_debugfs.c41 for (i = 0; i < MINSTREL_SAMPLE_RATES; i++)

Completed in 124 milliseconds