Home | History | Annotate | Download | only in usb

Lines Matching defs:rates

502 	/* Set supported .11b and .11g rates. */
1632 uint32_t rates, basicrates;
1642 /* Get normal and basic rates mask. */
1643 rates = basicrates = 1;
1657 rates |= 1U << j;
1675 DPRINTFN(DBG_INIT, "rates=%#jx, basicrates=%#jx, "
1677 rates, basicrates, maxrate, maxbasicrate);
1684 /* Set rates mask for group addressed frames. */
1699 /* Set rates mask for unicast frames. */
1703 cmd.mask = htole32((mode << 28) | rates);