Lines Matching +full:rates +full:- +full:mcs
1 /* SPDX-License-Identifier: GPL-2.0-only */
11 /* number of highest throughput rates to consider*/
27 * a1 = exp(-pi * sqrt(2) / period)
29 * coeff3 = -sqr(a1)
30 * coeff1 = 1 - coeff2 - coeff3
32 #define MINSTREL_AVG_COEFF1 (MINSTREL_FRAC(1, 1) - \
33 MINSTREL_AVG_COEFF2 - \
36 #define MINSTREL_AVG_COEFF3 -0x0000092e
72 #define MINSTREL_SAMPLE_RATES 5 /* rates per sample type */
90 * - write static index to debugfs:ieee80211/phyX/rc/fixed_rate_idx
91 * - write -1 to enable RC processing again
92 * - setting will be applied on next update
119 /* prob_avg - moving average of prob */
141 /* sorted rate set within a MCS group*/
145 /* MCS rate statistics */
146 struct minstrel_rate_stats rates[MCS_GROUP_RATES]; member
192 /* Bitfield of supported MCS rates of all groups */
195 /* MCS rate group info and statistics */