summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_an.c
Commit message (Expand)AuthorAgeFilesLines
* - Fixes for suspend/resume code (MPI-350)ambrisko2003-02-081-48/+52
* Support for suspend/resume in laptops. Loosely based on the wi(4) patchesambrisko2003-02-051-0/+20
* Some small enhancmentsambrisko2003-02-021-63/+69
* Fix some style and incorrect indentation level bugs.ambrisko2003-01-301-24/+24
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-5/+5
* Add support for MPI-350 the mini-pci Cisco Aironet card. This needs moreambrisko2002-12-291-290/+1047
* Require privilege to flush the signal cache on if_an and if_wi 802.11rwatson2002-12-241-0/+3
* network interface driver changes:sam2002-11-141-14/+9
* Fix warning where sizeof(size_t) != sizeof(int).jhb2002-11-061-1/+1
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Fix location and name of if_an_pci.c in comment.fenner2002-07-271-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-2/+2
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-5/+5
* Remove __P.alfred2002-03-201-38/+36
* Only allow super user to perform the Linux compatible ioctls since someambrisko2002-03-141-0/+4
* In ad-hoc mode, the "associate" bit is valid to check to see if it isambrisko2002-02-261-3/+1
* Add missing m_free() so we actually drain the send buffer in monitor mode.brooks2002-02-201-0/+2
* Staticise the flash buffer, since it isn't needed anywhere else.msmith2002-01-081-1/+1
* Save stack space by converting areq in sc->areq.ambrisko2001-12-311-88/+84
* Fix bugs in the structure for rx_frame by making gap length one byte andambrisko2001-12-311-15/+602
* Fix comments about 'current' state of hardware/softwareimp2001-11-151-4/+1
* fix typo.phk2001-11-111-1/+1
* Add missing includes of sys/lock.h.jhb2001-10-111-0/+1
* KSE Milestone 2julian2001-09-121-0/+1
* Lots of style(9) related white space fixes. Mostly missing spacesbrooks2001-09-101-96/+120
* Add support for monitor mode. This means that after enabling thebrooks2001-09-101-93/+255
* Wrap array accesses in macros, which also happen to be lvalues:jlemon2001-09-061-1/+1
* Fix a number of bugs in the implementation of the WEP related statusbrooks2001-06-221-65/+154
* Fix warnings:peter2001-06-151-1/+0
* Currently, each wireless networking driver has it's own control programphk2001-05-261-3/+497
* A few fixes..archie2001-03-231-37/+6
* change the default mode from adhoc to bss (infrastructure)assar2001-03-121-1/+1
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+2
* remove unneded sys/ucred.h includesalfred2000-11-301-1/+0
* Close PR# 21843 and PR# 21864. This adds support for WEP and updates somewpaul2000-11-131-6/+40
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Catch up to moving headers:jhb2000-10-201-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Convert the Aironet driver to use mutexes instead of spls.wpaul2000-10-131-23/+52
* MF4: fix style(9) whitespace breakage.peter2000-08-081-3/+3
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-4/+2
* - Add suser check before SIOCSAIRONET.roberto2000-06-181-3/+10
* Move code to handle BPF and bridging for incoming Ethernet packets outarchie2000-05-141-13/+0
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-191-1/+0
* Fix an instance of rman_get_start() than should be rman_get_bushandle().wpaul2000-01-161-1/+1
* Add driver support for the Aironet 4500/4800 series wireless 802.11wpaul2000-01-141-0/+1504
OpenPOWER on IntegriCloud