summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic/acx111.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* No need to include <net/if_arp.h>mpi2015-11-241-2/+1
| | | | | | | | | This header is only needed because <netinet/if_ether.h> declares a structure that needs it. But it turns out that <net/if.h> already includes it as workaround. A proper solution would be to stop declarting "struct ether_arp" there. But no driver should need this header.
* unifdef INETtedu2014-12-221-3/+1
|
* Nuke yet more obvious #include duplications.krw2014-11-181-3/+1
| | | | ok miod@
* 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
| | | | With some input and OK from kettenis@ and OK sthen@
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-2/+2
| | | | | | sysctl.h was reliant on this particular include, and many drivers included sysctl.h unnecessarily. remove sysctl.h or add proc.h as needed. ok deraadt
* ACX111 parts can't send using short slot time, but it seems to have no problembrad2008-06-011-2/+2
| | | | | | | | | to receive packets sent using short slot time. Turn on short slot time support, so that we don't prevent other STA from using short slot time. From sephe@DragonFly ok mglocker@
* Kill one more useless macro. Found while looking for something totalyclaudio2007-08-051-14/+13
| | | | different. OK mglocker@
* Another round of makro killing. Kill _ACX_CONF_FUNC() and replace allclaudio2007-02-281-17/+8
| | | | calls with acx_set_conf()/acx_get_conf(). OK mglocker@
* If we receive a rate of 0 from the AMRR rate adaption code, set themglocker2006-12-081-2/+3
| | | | | | | TX rate to a minimum value of 1Mbit/s instead of doing a panic(). We don't know yet how the rate of 0 is produced in some conditions. ok claudio@
* 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
| | | | ok jsg@
* spacingderaadt2006-08-151-6/+6
|
* Turn off debug messages by default.jsg2006-08-141-3/+1
| | | | Reminded by deraadt@
* Some KNF.mglocker2006-08-061-33/+30
|
* Add bpf hooks. Based on slightly modified diff from jsg.mglocker2006-08-061-1/+2
| | | | ok jsg@
* Adjust copyright.mglocker2006-08-051-2/+1
|
* Load ACX111 firmware for ACX111.jsg2006-08-041-1/+2
| | | | ok mglocker@ claudio@
* Fix more cvs Id tag tweaks in copyright notes.mglocker2006-08-031-3/+1
| | | | Spotted by <gwyllion@ulyssis.org>
* 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
ok deraadt@ jsg@