Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Danreg.h241 u_int16_t an_radiotype; /* 0x70 */ member
394 u_int16_t an_radiotype; /* 0x4C */ member
Dan.c253 if (sc->sc_config.an_radiotype & AN_RADIOTYPE_80211_FH) in an_attach()
255 else if (sc->sc_config.an_radiotype & AN_RADIOTYPE_80211_DS) in an_attach()
257 else if (sc->sc_config.an_radiotype & AN_RADIOTYPE_LM2000_DS) in an_attach()
260 printf("unknown (%x)", sc->sc_config.an_radiotype); in an_attach()