summaryrefslogtreecommitdiffstats
path: root/sys/dev/wl
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-062-2/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Remove unused WL_IRQS macro.jhb2004-05-111-2/+0
* Remove improper use of if_addrhead in device drivers to checkluigi2004-04-151-2/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-2/+1
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-0/+4
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-5/+4
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-17/+14
* Use __FBSDID().obrien2003-08-241-1/+3
* Get wlread() closer to working. Use m->m_len as the initial value forjhay2003-04-171-1/+9
* Add locking to wlinit().jhay2003-04-171-0/+2
* Put the spl calls back until we are sure that everything that they coverjhay2003-04-171-3/+14
* Add locking and remove all the spl() calls.jhay2003-04-161-22/+43
* Get rid of COMPAT_OLDISA and move in the direction of newbus.jhay2003-04-162-234/+340
* Remove the register keyword.jhay2003-04-161-62/+62
* Back out M_* changes, per decision of the TRB.imp2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* network interface driver changes:sam2002-11-141-100/+54
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-022-2/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-5/+5
* Remove support for FreeBSD 2.x from this driver.imp2002-02-271-120/+1
* KSE Milestone 2julian2001-09-121-6/+6
* Minor style(9) changes before I get going.imp2001-07-021-41/+40
* Fix a couple of compile warnings because WLDEBUG and WLCACHE wereimp2001-07-021-2/+8
* Move wl driver to dev/wl. Repo copied to dev/wl, the old copiesimp2001-07-021-2/+2
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-3/+3
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-4/+1
* Mass update of isa drivers using compatability shims to usepeter2000-05-281-2/+12
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-19/+2
* Add $FreeBSD$peter2000-05-011-0/+1
* Remove NBPF conditionality of bpf calls in most of our network drivers.phk1999-09-251-9/+0
* wlinit() must be called to recalculate the multicast filter.roberto1999-09-151-0/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Make these actually compile. I got a little delete happy pruning includesmdodd1999-08-181-2/+3
* SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented inmdodd1999-08-181-29/+6
* Rename bpfilter to bpf.des1999-07-061-6/+6
* Suser() simplification:phk1999-04-271-6/+6
* Silence warnings.eivind1999-01-121-2/+2
* Someday I hope people will learn that "#endif" is not a commenteivind1998-12-092-13/+13
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-15/+2
* Depend on __FreeBSD_version instead of __FreeBSD__eivind1998-11-151-7/+7
* Initialize isa_devtab entries for interrupt handlers in individualbde1998-10-221-3/+5
OpenPOWER on IntegriCloud