summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_wi.c
AgeCommit message (Expand)Author
2001-01-17Fix breakage from revision 1.20 that freaked my WaveLAN out.Aaron Campbell
2001-01-16match on elsa xi300; from netbsd, no other visible changes in the driverMichael Shalayeff
2001-01-14Run wi_init() after setting/unsetting IFF_PROMISC (or any other flags,Angelos D. Keromytis
2001-01-11Newline at end of debug printf.Angelos D. Keromytis
2001-01-10BSS mode by default.Angelos D. Keromytis
2000-11-08Initialize the timeout in attach, not wi_init.Artur Grabowski
2000-09-17implement SIOCSIFMTU, okay deraadt@Niels Provos
2000-06-30Convert to use new timeout API.Artur Grabowski
2000-06-20KNFTodd T. Fries
2000-06-19Insert missing splx(); me and roberto@ns2.freenix.org.Aaron Campbell
2000-06-18indentAaron Campbell
2000-05-24properly configure multicast table.Jun-ichiro itojun Hagino
2000-04-24Do not unmap CCR before using them for the last timeNiklas Hallqvist
2000-03-27don't include rcsid in compileJason Wright
2000-02-03WEP support -- from FreeBSD (wpaul)Angelos D. Keromytis
2000-02-02make the activate routines do xxstop() and xxinit()Theo de Raadt
1999-12-16Get the index in the ifnet_addrs array right (as if_index isAngelos D. Keromytis
1999-12-15Require privileges to change card parameters.Angelos D. Keromytis
1999-10-27do not pre-filter bpf packets; jasonTheo de Raadt
1999-08-13Use macros defined in pcmciavar.h.Federico G. Schwindt
1999-08-08Add detaching support to networking pcmcia cardsNiklas Hallqvist
1999-07-11WaveLAN driver from FreeBSDNiklas Hallqvist