HomeSort by: relevance | last modified time | path
    Searched defs:maxbasicrate (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_rtwn.c 1063 int maxrate, maxbasicrate, error, i, j; local in function:rtwn_ra_init
1069 maxrate = maxbasicrate = 0;
1082 if (j > maxbasicrate)
1083 maxbasicrate = j;
1105 DPRINTF(("%s: maxbasicrate=%d\n", device_xname(sc->sc_dev),
1106 maxbasicrate));
1107 rtwn_write_1(sc, R92C_INIDATA_RATE_SEL(RTWN_MACID_BC), maxbasicrate);
  /src/sys/dev/usb/
if_urtwn.c 1635 size_t maxrate, maxbasicrate, i, j; local in function:urtwn_ra_init
1644 maxrate = maxbasicrate = 0;
1664 if (j > maxbasicrate) {
1665 maxbasicrate = j;
1676 "maxrate=%jx, maxbasicrate=%jx",
1677 rates, basicrates, maxrate, maxbasicrate);
1680 maxbasicrate |= R92C_RATE_SHORTGI;
1696 DPRINTFN(DBG_INIT, "maxbasicrate=%jd", maxbasicrate, 0, 0, 0);
1697 urtwn_write_1(sc, R92C_INIDATA_RATE_SEL(RTWN_MACID_BC), maxbasicrate);
    [all...]

Completed in 14 milliseconds