summaryrefslogtreecommitdiff
path: root/sys/dev/an/if_anreg.h
Commit message (Expand)AuthorAgeFilesLines
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Move mutex initialization from PCI probe to PCI attach. Drivers are notScott Long2016-05-121-1/+0
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* - For 350 chips, don't set various INTR bits in TX control word; turning INTRJohn Baldwin2009-11-241-6/+11
* Use bus_*() rather than bus_space_*().John Baldwin2009-11-241-25/+12
* - Locking fixes to not do silly things like drop the lock only to call aJohn Baldwin2009-11-101-0/+1
* - Use device_printf() instead of printf() with an explicit unit numberJohn Baldwin2009-11-061-1/+1
* Use device_printf() and if_printf() instead of printf() with an explicitJohn Baldwin2009-11-061-2/+0
* Shutdown routine returns int.Warner Losh2009-02-041-1/+1
* First real attempt at proper locking. The locking is a little complicatedDoug Ambrisko2008-01-181-0/+1
* MFP4(128855, 129015):Tai-hwa Liang2007-11-161-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* - Bump up the general and status RID sizesDoug Ambrisko2003-12-301-0/+1
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-141-0/+1
* - Add support for Cisco latest firmware RID sizes that supports 25 SSIDs!Doug Ambrisko2003-08-201-9/+17
* - Fixes for suspend/resume code (MPI-350)Doug Ambrisko2003-02-081-3/+2
* Support for suspend/resume in laptops. Loosely based on the wi(4) patchesDoug Ambrisko2003-02-051-0/+1
* Some small enhancmentsDoug Ambrisko2003-02-021-1/+1
* Add support for MPI-350 the mini-pci Cisco Aironet card. This needs moreDoug Ambrisko2002-12-291-18/+147
* use __packed.Alfred Perlstein2002-09-231-1/+1
* Remove __P.Alfred Perlstein2002-03-201-8/+8
* Fix bugs in the structure for rx_frame by making gap length one byte andDoug Ambrisko2001-12-311-26/+3
* Lots of style(9) related white space fixes. Mostly missing spacesBrooks Davis2001-09-101-5/+5
* Cleanup duplication in Aironet headersBrooks Davis2001-07-271-466/+3
* Fix a number of bugs in the implementation of the WEP related statusBrooks Davis2001-06-221-1/+1
* Currently, each wireless networking driver has it's own control programPoul-Henning Kamp2001-05-261-2/+3
* A few fixes..Archie Cobbs2001-03-231-1/+5
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Fixes to the Aironet driver to clear up some WEP issues.Archie Cobbs2000-12-081-1/+3
* Close PR# 21843 and PR# 21864. This adds support for WEP and updates someBill Paul2000-11-131-3/+42
* Convert the Aironet driver to use mutexes instead of spls.Bill Paul2000-10-131-0/+5
* Add driver support for the Aironet 4500/4800 series wireless 802.11Bill Paul2000-01-141-0/+851