Lines Matching defs:rates
373 * Sort rates.
394 * Check against supported rates.
428 * Delete unacceptable rates.
508 static const int rates[] = { 2, 4, 11, 22, 12, 24, 48 };
511 if (rs->rs_nrates < N(rates))
513 for (i = 0; i < N(rates); i++) {
516 if (rates[i] == r)
518 if (r > rates[i])
530 * Mark the basic rates for the 11g rate table based on the
531 * operating mode. For real 11g we mark all the 11b rates
533 * 11b rates. There's also a pseudo 11a-mode used to mark only
534 * the basic OFDM rates.