Lines Matching refs:rates
146 * The following tables contain the expected throughput metrics for all rates
152 * CCK rates are only valid in legacy table and will only be used in G
635 * il4965_rs_get_supported_rates - get the available rates
638 * basic available rates.
725 /* check if we need to switch from HT to legacy rates.
726 * assumption is that mandatory rates (1Mbps or 6Mbps)
841 mac_flags = info->status.rates[0].flags;
842 mac_idx = info->status.rates[0].idx;
850 * HT OFDM rates after CCK rates in 2.4 GHz band
867 * Since rates mis-match, the last LQ command may have failed.
936 retries = info->status.rates[0].count - 1;
981 * and reset overall (spanning all rates) tx success history stats.
1023 /* Legacy rates have only one table */
1679 * history bitmaps and rate-specific stats for all rates in
1797 /* rates available for this association, and for modulation mode */
1944 /* Collect measured throughputs for current and adjacent rates */
1958 /* No throughput measured yet for adjacent rates; try increase. */
2039 * 1) Not changing rates right now
2120 * The uCode's station table contains a table of fallback rates
2224 info->control.rates[0].flags = IEEE80211_TX_RC_MCS;
2226 info->control.rates[0].flags |=
2229 info->control.rates[0].flags |=
2232 info->control.rates[0].flags |=
2235 info->control.rates[0].flags |=
2238 /* Check for invalid rates */
2246 info->control.rates[0].flags = 0;
2248 info->control.rates[0].idx = rate_idx;
2249 info->control.rates[0].count = 1;
2455 /* Don't allow HT rates after next pass.