Lines Matching defs:rate
30 #include "rate.h"
844 int rate = DIV_ROUND_UP(sband->bitrates[i].bitrate,
846 *pos++ = (u8) rate;
859 int rate;
860 rate = DIV_ROUND_UP(sband->bitrates[i].bitrate,
862 *pos++ = (u8) rate;
1194 * station bandwidth and align the rate scale algorithm
3207 int rate = supp_rates[i] & 0x7f;
3210 if ((rate * 5 * (1 << shift)) > 110)
3218 * rate flag share the same bit, they are not exactly
3233 if (brate == rate) {
3237 if ((rate * 5) < *min_rate) {
3238 *min_rate = rate * 5;
5242 * one rate.
5252 "No basic rates, using min rate instead\n");