Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dacx.c247 sc->sc_radio_type = ACX_EEINFO_RADIO_TYPE(ee_info); in acx_attach()
326 acx_get_rf(sc->sc_radio_type), sc->sc_radio_type, in acx_attach()
346 ic->ic_max_rssi = acx_get_maxrssi(sc->sc_radio_type); in acx_attach()
422 sc->sc_radio_type); in acx_init()
450 sc->sc_radio_type); in acx_init()
684 if (sc->sc_radio_type == ACX_RADIO_TYPE_MAXIM || in acx_read_config()
685 sc->sc_radio_type == ACX_RADIO_TYPE_RFMD || in acx_read_config()
686 sc->sc_radio_type == ACX_RADIO_TYPE_RALINK) { in acx_read_config()
H A Dacx100.c652 switch (sc->sc_radio_type) { in acx100_set_txpower()
662 ifp->if_xname, sc->sc_radio_type); in acx100_set_txpower()
H A Dacxvar.h396 uint8_t sc_radio_type; /* see ACX_RADIO_TYPE_ */ member