summaryrefslogtreecommitdiffstats
path: root/sys/dev/an
Commit message (Expand)AuthorAgeFilesLines
* 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-204-52/+50
* 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-313-42/+722
* Minor style problem I introduced recentlyimp2001-11-151-4/+4
* Hoist the Card/Card2 macros that I invented for the wi driver intoimp2001-11-151-9/+4
* Add PC4500 and 350 for newer cards in this line.imp2001-11-151-3/+9
* Add NEWCARD support for aironet stuff.imp2001-11-151-2/+32
* 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-112-0/+2
* KSE Milestone 2julian2001-09-121-0/+1
* Lots of style(9) related white space fixes. Mostly missing spacesbrooks2001-09-106-122/+149
* 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
* Add PCI ID for Cisco Aironet 350 Series cards. The patch differsbrooks2001-08-061-0/+2
* Cleanup duplication in Aironet headersbrooks2001-07-272-492/+74
* Fix a number of bugs in the implementation of the WEP related statusbrooks2001-06-223-67/+156
* Fix warnings:peter2001-06-151-1/+0
* Currently, each wireless networking driver has it's own control programphk2001-05-266-5/+508
* Catch up to header include changes:jhb2001-03-281-0/+1
* A few fixes..archie2001-03-233-39/+15
* change the default mode from adhoc to bss (infrastructure)assar2001-03-121-1/+1
* Change and clean the mutex lock interface.bmilekic2001-02-091-2/+2
* Implement MTX_RECURSE flag for mtx_init().bmilekic2001-01-191-1/+2
* Fixes to the Aironet driver to clear up some WEP issues.archie2000-12-082-2/+5
* 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-133-12/+121
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Catch up to moving headers:jhb2000-10-203-3/+3
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Remember to assign an_dev to device_t before calling an_attach().wpaul2000-10-133-0/+13
* Convert the Aironet driver to use mutexes instead of spls.wpaul2000-10-134-28/+59
* MF4: fix style(9) whitespace breakage.peter2000-08-081-3/+3
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-134-7/+5
* - Add suser check before SIOCSAIRONET.roberto2000-06-181-3/+10
* Oops, nearly forgot to commit this one. Use correct register names, orpeter2000-05-281-3/+3
* 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-193-3/+0
* Remove unloaded printf. We do this now in the newbus layer.imp2000-04-171-1/+0
* Fix an instance of rman_get_start() than should be rman_get_bushandle().wpaul2000-01-161-1/+1
* Actually read the PCI device ID when testing the device ID value againstwpaul2000-01-151-1/+1
* Add driver support for the Aironet 4500/4800 series wireless 802.11wpaul2000-01-146-0/+3444
OpenPOWER on IntegriCloud