summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_anreg.h
Commit message (Expand)AuthorAgeFilesLines
* - For 350 chips, don't set various INTR bits in TX control word; turning INTRjhb2009-11-241-6/+11
* Use bus_*() rather than bus_space_*().jhb2009-11-241-25/+12
* - Locking fixes to not do silly things like drop the lock only to call ajhb2009-11-101-0/+1
* - Use device_printf() instead of printf() with an explicit unit numberjhb2009-11-061-1/+1
* Use device_printf() and if_printf() instead of printf() with an explicitjhb2009-11-061-2/+0
* Shutdown routine returns int.imp2009-02-041-1/+1
* First real attempt at proper locking. The locking is a little complicatedambrisko2008-01-181-0/+1
* MFP4(128855, 129015):avatar2007-11-161-1/+1
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* - Bump up the general and status RID sizesambrisko2003-12-301-0/+1
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-0/+1
* - Add support for Cisco latest firmware RID sizes that supports 25 SSIDs!ambrisko2003-08-201-9/+17
* - Fixes for suspend/resume code (MPI-350)ambrisko2003-02-081-3/+2
* Support for suspend/resume in laptops. Loosely based on the wi(4) patchesambrisko2003-02-051-0/+1
* Some small enhancmentsambrisko2003-02-021-1/+1
* Add support for MPI-350 the mini-pci Cisco Aironet card. This needs moreambrisko2002-12-291-18/+147
* use __packed.alfred2002-09-231-1/+1
* Remove __P.alfred2002-03-201-8/+8
* Fix bugs in the structure for rx_frame by making gap length one byte andambrisko2001-12-311-26/+3
* Lots of style(9) related white space fixes. Mostly missing spacesbrooks2001-09-101-5/+5
* Cleanup duplication in Aironet headersbrooks2001-07-271-466/+3
* Fix a number of bugs in the implementation of the WEP related statusbrooks2001-06-221-1/+1
* Currently, each wireless networking driver has it's own control programphk2001-05-261-2/+3
* A few fixes..archie2001-03-231-1/+5
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Fixes to the Aironet driver to clear up some WEP issues.archie2000-12-081-1/+3
* Close PR# 21843 and PR# 21864. This adds support for WEP and updates somewpaul2000-11-131-3/+42
* Convert the Aironet driver to use mutexes instead of spls.wpaul2000-10-131-0/+5
* Add driver support for the Aironet 4500/4800 series wireless 802.11wpaul2000-01-141-0/+851
OpenPOWER on IntegriCloud