summaryrefslogtreecommitdiff
path: root/sys/dev/an
Commit message (Expand)AuthorAgeFilesLines
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-142-0/+5
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+3
* Xircom Wireless Ethernet card is a rebadged Cisco 340, but with aWarner Losh2003-10-081-0/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-3/+3
* Use __FBSDID().David E. O'Brien2003-08-244-10/+7
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Fix panic from having multiple locks held when updating firmware. AN_LOCKDoug Ambrisko2003-08-201-9/+11
* - Add support for Cisco latest firmware RID sizes that supports 25 SSIDs!Doug Ambrisko2003-08-204-87/+172
* Mega busdma API commit.Scott Long2003-07-011-0/+2
* update for new 802.11 supportSam Leffler2003-06-281-8/+8
* Remove break after return.Poul-Henning Kamp2003-06-011-1/+1
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-153-6/+9
* Don't lock in the attach routine. It isn't required. Register theWarner Losh2003-04-104-37/+44
* Make sure that pp_name is non-null before setting the deviceWarner Losh2003-04-101-1/+2
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-034-28/+13
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-5/+5
* an driver now needs wlan, so put the required explicit dependsWarner Losh2003-02-173-0/+3
* - Fixes for suspend/resume code (MPI-350)Doug Ambrisko2003-02-082-51/+54
* Support for suspend/resume in laptops. Loosely based on the wi(4) patchesDoug Ambrisko2003-02-053-0/+41
* Some small enhancmentsDoug Ambrisko2003-02-022-63/+69
* Fix some style and incorrect indentation level bugs.Doug Ambrisko2003-01-301-24/+24
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-5/+5
* Add support for MPI-350 the mini-pci Cisco Aironet card. This needs moreDoug Ambrisko2002-12-295-326/+1297
* Require privilege to flush the signal cache on if_an and if_wi 802.11Robert Watson2002-12-241-0/+3
* network interface driver changes:Sam Leffler2002-11-144-17/+12
* Fix warning where sizeof(size_t) != sizeof(int).John Baldwin2002-11-061-1/+1
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* use __packed.Alfred Perlstein2002-09-232-2/+2
* Fix location and name of if_an_pci.c in comment.Bill Fenner2002-07-271-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-2/+2
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-5/+5
* Remove __P.Alfred Perlstein2002-03-204-51/+49
* Only allow super user to perform the Linux compatible ioctls since someDoug Ambrisko2002-03-141-0/+4
* In ad-hoc mode, the "associate" bit is valid to check to see if it isDoug Ambrisko2002-02-261-3/+1
* Add missing m_free() so we actually drain the send buffer in monitor mode.Brooks Davis2002-02-201-0/+2
* Staticise the flash buffer, since it isn't needed anywhere else.Mike Smith2002-01-081-1/+1
* Save stack space by converting areq in sc->areq.Doug Ambrisko2001-12-311-88/+84
* Fix bugs in the structure for rx_frame by making gap length one byte andDoug Ambrisko2001-12-313-42/+722
* Minor style problem I introduced recentlyWarner Losh2001-11-151-4/+4
* Hoist the Card/Card2 macros that I invented for the wi driver intoWarner Losh2001-11-151-9/+4
* Add PC4500 and 350 for newer cards in this line.Warner Losh2001-11-151-3/+9
* Add NEWCARD support for aironet stuff.Warner Losh2001-11-151-2/+32
* Fix comments about 'current' state of hardware/softwareWarner Losh2001-11-151-4/+1
* fix typo.Poul-Henning Kamp2001-11-111-1/+1
* Add missing includes of sys/lock.h.John Baldwin2001-10-112-0/+2
* KSE Milestone 2Julian Elischer2001-09-121-0/+1
* Lots of style(9) related white space fixes. Mostly missing spacesBrooks Davis2001-09-106-122/+149
* Add support for monitor mode. This means that after enabling theBrooks Davis2001-09-101-92/+254
* Wrap array accesses in macros, which also happen to be lvalues:Jonathan Lemon2001-09-061-1/+1
* Add PCI ID for Cisco Aironet 350 Series cards. The patch differsBrooks Davis2001-08-061-0/+2