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

/linux-master/net/mac80211/
H A Drc80211_minstrel_ht.h166 u16 max_prob_rate; member in struct:minstrel_ht_sta
H A Drc80211_minstrel_ht_debugfs.c98 *(p++) = (idx == mi->max_prob_rate) ? 'P' : ' ';
243 p += sprintf(p, "%s" ,((idx == mi->max_prob_rate) ? "P" : ""));
H A Drc80211_minstrel_ht.c594 /* if max_tp_rate[0] is from MCS_GROUP max_prob_rate get selected from
692 mi->max_prob_rate = mg->max_group_prob_rate;
1010 u32 prob_dur = minstrel_get_duration(mi->max_prob_rate);
1053 * - max_prob_rate must use only one stream, as a tradeoff between delivery
1176 mi->max_prob_rate = tmp_max_prob_rate;
1178 /* Try to increase robustness of max_prob_rate*/
1187 mi->max_prob_rate = mp->fixed_rate_idx;
1503 int group = MI_RATE_GROUP(mi->max_prob_rate);
1505 int rate = MI_RATE_IDX(mi->max_prob_rate);
1508 /* Disable A-MSDU if max_prob_rate i
[all...]

Completed in 279 milliseconds