aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/an
Commit message (Expand)AuthorAgeFilesLines
* A few fixes..Archie Cobbs2001-03-233-39/+15
* change the default mode from adhoc to bss (infrastructure)Assar Westerlund2001-03-121-1/+1
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-2/+2
* Implement MTX_RECURSE flag for mtx_init().Bosko Milekic2001-01-191-1/+2
* Fixes to the Aironet driver to clear up some WEP issues.Archie Cobbs2000-12-082-2/+5
* remove unneded sys/ucred.h includesAlfred Perlstein2000-11-301-1/+0
* Close PR# 21843 and PR# 21864. This adds support for WEP and updates someBill Paul2000-11-133-12/+121
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Catch up to moving headers:John Baldwin2000-10-203-3/+3
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Remember to assign an_dev to device_t before calling an_attach().Bill Paul2000-10-133-0/+13
* Convert the Aironet driver to use mutexes instead of spls.Bill Paul2000-10-134-28/+59
* MF4: fix style(9) whitespace breakage.Peter Wemm2000-08-081-3/+3
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-134-7/+5
* - Add suser check before SIOCSAIRONET.Ollivier Robert2000-06-181-3/+10
* Oops, nearly forgot to commit this one. Use correct register names, orPeter Wemm2000-05-281-3/+3
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-13/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-193-3/+0
* Remove unloaded printf. We do this now in the newbus layer.Warner Losh2000-04-171-1/+0
* Fix an instance of rman_get_start() than should be rman_get_bushandle().Bill Paul2000-01-161-1/+1
* Actually read the PCI device ID when testing the device ID value againstBill Paul2000-01-151-1/+1
* Add driver support for the Aironet 4500/4800 series wireless 802.11Bill Paul2000-01-146-0/+3444