Lines Matching defs:basic
335 unsigned long basic = vif->bss_conf.basic_rates;
344 for_each_set_bit(i, &basic, BITS_PER_LONG) {
360 * Now we've got the basic rates as bitmaps in the ofdm and cck
362 * be all the right rates in the bitmap. E.g. if the only basic
379 * lower than all of the basic rates to these bitmaps.
392 * - if no CCK rates are basic, it must be ERP since there must
393 * be some basic rates at all, so they're OFDM => ERP PHY
395 * - if 11M is a basic rate, it must be ERP as well, so add 5.5M
396 * - if 5.5M is basic, 1M and 2M are mandatory
397 * - if 2M is basic, 1M is mandatory
398 * - if 1M is basic, that's the only valid ACK rate.
900 unsigned long basic = vif->bss_conf.basic_rates;
924 basic = link_conf->basic_rates;
932 for_each_set_bit(i, &basic, BITS_PER_LONG) {