Lines Matching +full:group +full:- +full:index +full:- +full:shift
1 /* SPDX-License-Identifier: GPL-2.0-only */
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
89 * - write static index to debugfs:ieee80211/phyX/rc/fixed_rate_idx
90 * - write -1 to enable RC processing again
91 * - setting will be applied on next update
101 u8 shift; member
118 /* prob_avg - moving average of prob */
137 u8 index; member
140 /* sorted rate set within a MCS group*/
194 /* MCS rate group info and statistics */
199 int minstrel_ht_get_tp_avg(struct minstrel_ht_sta *mi, int group, int rate,