summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/acx111.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* No need to include <net/if_arp.h>mpi2015-11-241-2/+1
* unifdef INETtedu2014-12-221-3/+1
* Nuke yet more obvious #include duplications.krw2014-11-181-3/+1
* include bpfilter.h so the softc will be the same size in all filesjsg2014-09-251-1/+3
* 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/+2
* ACX111 parts can't send using short slot time, but it seems to have no problembrad2008-06-011-2/+2
* Kill one more useless macro. Found while looking for something totalyclaudio2007-08-051-14/+13
* Another round of makro killing. Kill _ACX_CONF_FUNC() and replace allclaudio2007-02-281-17/+8
* If we receive a rate of 0 from the AMRR rate adaption code, set themglocker2006-12-081-2/+3
* Make use of ieee80211_std_ratesetjsg2006-11-261-3/+3
* 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
* Some KNF.mglocker2006-08-061-33/+30
* Add bpf hooks. Based on slightly modified diff from jsg.mglocker2006-08-061-1/+2
* Adjust copyright.mglocker2006-08-051-2/+1
* Load ACX111 firmware for ACX111.jsg2006-08-041-1/+2
* 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/+458