summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/acx100.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use ieee80211_has_addr4() inline function where possible.kevlo2017-09-221-2/+2
* No need to include <net/if_arp.h>mpi2015-11-241-2/+1
* unifdef INETtedu2014-12-221-3/+1
* include bpfilter.h so the softc will be the same size in all filesjsg2014-09-251-1/+3
* Replace all ovbcopy with memmove; swap the src and dst arguments tooderaadt2013-06-111-2/+2
* Implememnt AP side power saving for acx(4). Tested on acx11.claudio2012-10-271-1/+4
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-2/+1
* unbreak build.damien2007-07-181-2/+2
* replace the ieee80211_wepkey structure with a more generic ieee80211_keydamien2007-07-181-9/+8
* Another round of makro killing. Kill _ACX_CONF_FUNC() and replace allclaudio2007-02-281-41/+23
* Kill some more macros. This time ACX_NOARG_FUNC and ACX_INIT_TMPLT_FUNCclaudio2006-12-171-5/+2
* First part of fixing broken beacon frames in acx(4) AP mode based on amglocker2006-12-131-12/+1
* First round of evil macro removal. _acx_set_##name##_tmplt bites the dust.claudio2006-12-081-2/+2
* avoid extra inclusions; ok jsgderaadt2006-11-261-2/+1
* Make use of ieee80211_std_ratesetjsg2006-11-261-2/+2
* add missing sys/device.h header.brad2006-09-271-1/+2
* Replace existing rate adaption code with the ieee80211_amrr framework.mglocker2006-08-191-1/+2
* spacingderaadt2006-08-151-6/+6
* Turn off debug messages by default.jsg2006-08-141-3/+1
* Enable WEP.mglocker2006-08-071-12/+6
* Add bpf hooks. Based on slightly modified diff from jsg.mglocker2006-08-061-1/+2
* Some KNF.mglocker2006-08-051-83/+78
* Adjust copyright.mglocker2006-08-051-2/+1
* Fix more cvs Id tag tweaks in copyright notes.mglocker2006-08-031-3/+1
* Add/Fix copyright notes.mglocker2006-08-031-1/+18
* Change to OpenBSD cvs tag.mglocker2006-08-031-1/+1
* Inital import for the acx(4) driver.mglocker2006-08-031-0/+768