aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wl
Commit message (Expand)AuthorAgeFilesLines
* Remove support for FreeBSD 2.x from this driver.Warner Losh2002-02-271-120/+1
* KSE Milestone 2Julian Elischer2001-09-121-6/+6
* Minor style(9) changes before I get going.Warner Losh2001-07-021-41/+40
* Fix a couple of compile warnings because WLDEBUG and WLCACHE wereWarner Losh2001-07-021-2/+8
* Move wl driver to dev/wl. Repo copied to dev/wl, the old copiesWarner Losh2001-07-021-2/+2
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-3/+3
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-4/+1
* Mass update of isa drivers using compatability shims to usePeter Wemm2000-05-281-2/+12
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-19/+2
* Add $FreeBSD$Peter Wemm2000-05-011-0/+1
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* wlinit() must be called to recalculate the multicast filter.Ollivier Robert1999-09-151-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make these actually compile. I got a little delete happy pruning includesMatthew N. Dodd1999-08-181-2/+3
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inMatthew N. Dodd1999-08-181-29/+6
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* Suser() simplification:Poul-Henning Kamp1999-04-271-6/+6
* Silence warnings.Eivind Eklund1999-01-121-2/+2
* Someday I hope people will learn that "#endif" is not a commentEivind Eklund1998-12-092-13/+13
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-15/+2
* Depend on __FreeBSD_version instead of __FreeBSD__Eivind Eklund1998-11-151-7/+7
* Initialize isa_devtab entries for interrupt handlers in individualBruce Evans1998-10-221-3/+5
* Fixed printf format errors. Only one left in LINT on i386's.Bruce Evans1998-08-241-3/+3
* A better fix for kern/7144:Mike Smith1998-08-201-36/+28
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,Bruce Evans1998-06-171-2/+1
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Removed unused #includes.Bruce Evans1998-02-201-3/+1
* Make INET a proper option.Eivind Eklund1998-01-081-1/+6
* aha1542.c aic6360.c cy.c fd.c ft.cJustin T. Gibbs1997-09-211-5/+7
* Fixed type mismatch for a (low quality interface) function with anBruce Evans1997-08-251-5/+2
* Reinstate some of the previous fixes which were clobbered in r1.6.Mike Smith1997-08-021-11/+8
* Significant bugfix and upgrade for the Wavelan (wl) driver.Mike Smith1997-08-011-56/+495
* Removed unused #includes.Bruce Evans1997-07-201-18/+0
* Fixed the type of a timeout function and removed casts that hid theBruce Evans1997-06-141-7/+7
* Make the multicast code compile under -current. This has not been reviewedPeter Wemm1997-05-251-1/+38
* match the #include opt_ file with options.i386 (it has opt_wavelan.h)Peter Wemm1997-05-251-1/+1
* Add 'wl' Wavelan driver.Mike Smith1997-05-222-0/+2385