Searched refs:sc_radio_type (Results 1 – 3 of 3) sorted by relevance
247 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()
652 switch (sc->sc_radio_type) { in acx100_set_txpower()662 ifp->if_xname, sc->sc_radio_type); in acx100_set_txpower()
396 uint8_t sc_radio_type; /* see ACX_RADIO_TYPE_ */ member