summaryrefslogtreecommitdiffstats
path: root/sys/dev/an/if_an.c
Commit message (Expand)AuthorAgeFilesLines
* 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