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

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath_beacon.c294 if (ic->ic_opmode == IEEE80211_M_IBSS && sc->sc_hasveol) {
1169 if (!sc->sc_hasveol)
1214 if (ic->ic_opmode == IEEE80211_M_IBSS && sc->sc_hasveol)
H A Dif_athvar.h628 sc_hasveol : 1,/* tx VEOL support */ member in struct:ath_softc
H A Dif_ath.c1273 sc->sc_hasveol = ath_hal_hasveol(ah);
1694 if (opmode != IEEE80211_M_IBSS || !sc->sc_hasveol) {

Completed in 107 milliseconds