Lines Matching defs:promisc
2337 /* Always turn on PROMISC on old hardware */
2357 /* Promisc? */
3025 bwi_mac_set_promisc(struct bwi_mac *mac, int promisc)
3029 if (mac->mac_rev < 5) /* Promisc is always on */
3032 if (promisc)
7395 int promisc = -1;
7403 promisc = 1;
7407 promisc = 0;
7411 if (promisc >= 0)
7412 bwi_mac_set_promisc(mac, promisc);