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

/linux-master/net/mac80211/
H A Drc80211_minstrel_ht_debugfs.c94 *(p++) = (idx == mi->max_tp_rate[0]) ? 'A' : ' ';
95 *(p++) = (idx == mi->max_tp_rate[1]) ? 'B' : ' ';
96 *(p++) = (idx == mi->max_tp_rate[2]) ? 'C' : ' ';
97 *(p++) = (idx == mi->max_tp_rate[3]) ? 'D' : ' ';
239 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[0]) ? "A" : ""));
240 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[1]) ? "B" : ""));
241 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[2]) ? "C" : ""));
242 p += sprintf(p, "%s" ,((idx == mi->max_tp_rate[3]) ? "D" : ""));
H A Drc80211_minstrel_ht.c478 if (minstrel_ht_is_legacy_group(MI_RATE_GROUP(mi->max_tp_rate[0])))
481 duration = minstrel_get_duration(mi->max_tp_rate[0]);
594 /* if max_tp_rate[0] is from MCS_GROUP max_prob_rate get selected from
596 max_tp_group = MI_RATE_GROUP(mi->max_tp_rate[0]);
597 max_tp_idx = MI_RATE_IDX(mi->max_tp_rate[0]);
605 if (minstrel_get_duration(mi->max_tp_rate[0]) > minstrel_get_duration(index) &&
635 * rate (max_tp_rate[0]) is from CCK group. This prohibits such sorted
680 group = MI_RATE_GROUP(mi->max_tp_rate[0]);
1011 u32 tp_dur = minstrel_get_duration(mi->max_tp_rate[0]);
1012 u32 tp2_dur = minstrel_get_duration(mi->max_tp_rate[
[all...]
H A Drc80211_minstrel_ht.h165 u16 max_tp_rate[MAX_THR_RATES]; member in struct:minstrel_ht_sta

Completed in 120 milliseconds