Searched refs:sc_opmode (Results 1 – 2 of 2) sorted by relevance
| /freebsd-9-stable/sys/dev/ath/ |
| D | if_ath.c | 696 sc->sc_opmode = HAL_M_STA; in ath_attach() 1047 sc->sc_opmode = HAL_M_IBSS; in ath_vap_create() 1050 sc->sc_opmode = HAL_M_STA; in ath_vap_create() 1067 sc->sc_opmode = HAL_M_HOSTAP; in ath_vap_create() 1070 sc->sc_opmode = HAL_M_MONITOR; in ath_vap_create() 1248 ath_hal_reset(ah, sc->sc_opmode, in ath_resume() 1578 if (!ath_hal_reset(ah, sc->sc_opmode, ic->ic_curchan, AH_FALSE, &status)) { in ath_init() 1736 if (!ath_hal_reset(ah, sc->sc_opmode, ic->ic_curchan, AH_TRUE, &status)) in ath_reset() 4538 if (!ath_hal_reset(ah, sc->sc_opmode, chan, AH_TRUE, &status)) { in ath_chan_set() 4671 if (sc->sc_opmode != HAL_M_HOSTAP) in ath_calibrate()
|
| D | if_athvar.h | 266 HAL_OPMODE sc_opmode; /* current operating mode */ member
|