Home
last modified time | relevance | path

Searched refs:ratebuf (Results 1 – 1 of 1) sorted by relevance

/NextBSD/sys/dev/wi/
HDif_wi.c239 u_int8_t ratebuf[2 + IEEE80211_RATE_SIZE]; in wi_attach() local
415 buflen = sizeof(ratebuf); in wi_attach()
417 if (wi_read_rid(sc, WI_RID_DATA_RATES, ratebuf, &buflen) == 0) { in wi_attach()
418 nrates = le16toh(*(u_int16_t *)ratebuf); in wi_attach()
423 if (ratebuf[2+i]) in wi_attach()
424 rs->rs_rates[rs->rs_nrates++] = ratebuf[2+i]; in wi_attach()