aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wl
Commit message (Expand)AuthorAgeFilesLines
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Remove unused WL_IRQS macro.John Baldwin2004-05-111-2/+0
* Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo2004-04-151-2/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-2/+1
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-141-0/+4
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-5/+4
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-17/+14
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Get wlread() closer to working. Use m->m_len as the initial value forJohn Hay2003-04-171-1/+9
* Add locking to wlinit().John Hay2003-04-171-0/+2
* Put the spl calls back until we are sure that everything that they coverJohn Hay2003-04-171-3/+14
* Add locking and remove all the spl() calls.John Hay2003-04-161-22/+43
* Get rid of COMPAT_OLDISA and move in the direction of newbus.John Hay2003-04-162-234/+340
* Remove the register keyword.John Hay2003-04-161-62/+62
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* network interface driver changes:Sam Leffler2002-11-141-100/+54
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-022-2/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-5/+5
* 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