Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/
HDif_ath_beacon.c288 if (ic->ic_opmode == IEEE80211_M_IBSS && sc->sc_hasveol) { in ath_beacon_setup()
1133 if (!sc->sc_hasveol) in ath_beacon_config()
1178 if (ic->ic_opmode == IEEE80211_M_IBSS && sc->sc_hasveol) in ath_beacon_config()
HDif_athvar.h623 sc_hasveol : 1,/* tx VEOL support */ member
HDif_ath.c1182 sc->sc_hasveol = ath_hal_hasveol(ah); in ath_attach()
1600 if (opmode != IEEE80211_M_IBSS || !sc->sc_hasveol) { in ath_vap_create()