Home
last modified time | relevance | path

Searched refs:BWI_F_PROMISC (Results 1 – 2 of 2) sorted by relevance

/src/sys/dev/bwi/
H A Dif_bwivar.h650 #define BWI_F_PROMISC 0x2 macro
H A Dif_bwi.c1303 if (ic->ic_promisc > 0 && (sc->sc_flags & BWI_F_PROMISC) == 0) { in bwi_parent()
1305 sc->sc_flags |= BWI_F_PROMISC; in bwi_parent()
1307 (sc->sc_flags & BWI_F_PROMISC) != 0) { in bwi_parent()
1309 sc->sc_flags &= ~BWI_F_PROMISC; in bwi_parent()